Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130999
b: refs/heads/master
c: 4886516
h: refs/heads/master
i:
  130997: cc6f0f2
  130995: 1f3b94c
  130991: 69cbf67
v: v3
  • Loading branch information
Christopher SMITH authored and Paul Mundt committed Jan 29, 2009
1 parent f71eb79 commit be4c102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cadc4e1a2b4d20d0cc0e81f2c6ba0588775e54e5
refs/heads/master: 48865163109690ed988e2d98d6f258ec743c94c7
8 changes: 4 additions & 4 deletions trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ 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.
*/
reserve_bootmem(__MEMORY_START, CONFIG_ZERO_PAGE_OFFSET,
BOOTMEM_DEFAULT);
if (CONFIG_ZERO_PAGE_OFFSET != 0)
reserve_bootmem(__MEMORY_START, CONFIG_ZERO_PAGE_OFFSET,
BOOTMEM_DEFAULT);

sparse_memory_present_with_active_regions(0);

Expand Down

0 comments on commit be4c102

Please sign in to comment.