Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.3.48 /mm/bootmem.c

Filename:/mm/bootmem.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.3.43  2.3.35  2.3.32  2.3.30  2.3.29  2.3.28 
(Following) 2.3.99-pre4  2.5.52  2.5.67-bk5  2.5.67-bk6  2.5.67-bk7  2.5.67-bk8 

Location
[  2.3.48
  [  mm
     o  bootmem.c

Patch

diff -u --recursive --new-file v2.3.47/linux/mm/bootmem.c linux/mm/bootmem.c
--- v2.3.47/linux/mm/bootmem.c   Thu Feb 10 17:11:23 2000
+++ linux/mm/bootmem.c   Sat Feb 26 09:34:56 2000
@@ -82,7 +82,7 @@
       BUG();
    for (i = sidx; i < eidx; i++)
       if (test_and_set_bit(i, bdata->node_bootmem_map))
-         BUG();
+         printk("hm, page %08lx reserved twice.\n", i*PAGE_SIZE);
 }
 
 static void __init free_bootmem_core(bootmem_data_t *bdata, unsigned long addr, unsigned long size)


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.