aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index bd8e33582d2..05ace44852e 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1968,7 +1968,7 @@ void zone_init_free_lists(struct pglist_data *pgdat, struct zone *zone,
1968 memmap_init_zone((size), (nid), (zone), (start_pfn), MEMMAP_EARLY) 1968 memmap_init_zone((size), (nid), (zone), (start_pfn), MEMMAP_EARLY)
1969#endif 1969#endif
1970 1970
1971static int __cpuinit zone_batchsize(struct zone *zone) 1971static int __devinit zone_batchsize(struct zone *zone)
1972{ 1972{
1973 int batch; 1973 int batch;
1974 1974