projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8620d81
)
mm: Fix section mismatch for setup_zone_pageset()
author
Nikanth Karthikesan
<knikanth@suse.de>
Tue, 15 Mar 2011 05:29:02 +0000
(10:59 +0530)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 10 Apr 2011 15:01:03 +0000
(17:01 +0200)
build_all_zonelists() which is not __meminit, calls setup_zone_pageset().
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index 7945247b1e534541ffa9cc145353191064ad6b2f..48c9737ad49a77ec981bf51b0ab79e3cfa630a6f 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-3448,7
+3448,7
@@
static void setup_pagelist_highmark(struct per_cpu_pageset *p,
pcp->batch = PAGE_SHIFT * 8;
}
-static
__meminit
void setup_zone_pageset(struct zone *zone)
+static void setup_zone_pageset(struct zone *zone)
{
int cpu;