Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107655
b: refs/heads/master
c: 5c9ffc9
h: refs/heads/master
i:
  107653: f1036ad
  107651: bb16ed7
  107647: f317d16
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 5, 2008
1 parent 7e76478 commit 715fff7
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: 35ad1c8803921b28541ad28bfb18dc3b6295ba98
refs/heads/master: 5c9ffc9c3d61dfcafd7cdb61c7b94f2d7ac408fb
8 changes: 4 additions & 4 deletions trunk/mm/mm_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#ifdef CONFIG_DEBUG_MEMORY_INIT
int __meminitdata mminit_loglevel;

#ifndef SECTIONS_SHIFT
#define SECTIONS_SHIFT 0
#endif

/* The zonelists are simply reported, validation is manual. */
void mminit_verify_zonelist(void)
{
Expand Down Expand Up @@ -74,11 +78,7 @@ void __init mminit_verify_pageflags_layout(void)
NR_PAGEFLAGS);
mminit_dprintk(MMINIT_TRACE, "pageflags_layout_shifts",
"Section %d Node %d Zone %d\n",
#ifdef SECTIONS_SHIFT
SECTIONS_SHIFT,
#else
0,
#endif
NODES_SHIFT,
ZONES_SHIFT);
mminit_dprintk(MMINIT_TRACE, "pageflags_layout_offsets",
Expand Down

0 comments on commit 715fff7

Please sign in to comment.