Loading arch/sh/kernel/setup.c +4 −4 Original line number Diff line number Diff line Loading @@ -262,9 +262,9 @@ void __init setup_bootmem_allocator(unsigned long free_pfn) BOOTMEM_DEFAULT); /* * reserve physical page 0 - it's a special BIOS page on many boxes, * enabling clean reboots, SMP operation, laptop functions. * Reserve physical pages below CONFIG_ZERO_PAGE_OFFSET. */ if (CONFIG_ZERO_PAGE_OFFSET != 0) reserve_bootmem(__MEMORY_START, CONFIG_ZERO_PAGE_OFFSET, BOOTMEM_DEFAULT); Loading Loading
arch/sh/kernel/setup.c +4 −4 Original line number Diff line number Diff line Loading @@ -262,9 +262,9 @@ void __init setup_bootmem_allocator(unsigned long free_pfn) BOOTMEM_DEFAULT); /* * reserve physical page 0 - it's a special BIOS page on many boxes, * enabling clean reboots, SMP operation, laptop functions. * Reserve physical pages below CONFIG_ZERO_PAGE_OFFSET. */ if (CONFIG_ZERO_PAGE_OFFSET != 0) reserve_bootmem(__MEMORY_START, CONFIG_ZERO_PAGE_OFFSET, BOOTMEM_DEFAULT); Loading