Loading arch/x86/kernel/e820.c +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ static void __init __e820_add_region(struct e820map *e820x, u64 start, u64 size, { int x = e820x->nr_map; if (x == ARRAY_SIZE(e820x->map)) { if (x >= ARRAY_SIZE(e820x->map)) { printk(KERN_ERR "Ooops! Too many entries in the memory map!\n"); return; } Loading Loading
arch/x86/kernel/e820.c +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ static void __init __e820_add_region(struct e820map *e820x, u64 start, u64 size, { int x = e820x->nr_map; if (x == ARRAY_SIZE(e820x->map)) { if (x >= ARRAY_SIZE(e820x->map)) { printk(KERN_ERR "Ooops! Too many entries in the memory map!\n"); return; } Loading