Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19319
b: refs/heads/master
c: 6292d9a
h: refs/heads/master
i:
  19317: 3d81fab
  19315: 6706fa8
  19311: b21e5ca
v: v3
  • Loading branch information
Ashok Raj authored and Linus Torvalds committed Feb 1, 2006
1 parent a0fd645 commit efb742b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 88356e908521a84b2220c9e8850d1a356a851aa9
refs/heads/master: 6292d9aaf3047f1abd970bc64ab6d952eda258ac
6 changes: 3 additions & 3 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ void zonetable_add(struct zone *zone, int nid, int zid, unsigned long pfn,
memmap_init_zone((size), (nid), (zone), (start_pfn))
#endif

static int __meminit zone_batchsize(struct zone *zone)
static int __cpuinit zone_batchsize(struct zone *zone)
{
int batch;

Expand Down Expand Up @@ -1893,7 +1893,7 @@ static struct per_cpu_pageset
* Dynamically allocate memory for the
* per cpu pageset array in struct zone.
*/
static int __meminit process_zones(int cpu)
static int __cpuinit process_zones(int cpu)
{
struct zone *zone, *dzone;

Expand Down Expand Up @@ -1934,7 +1934,7 @@ static inline void free_zone_pagesets(int cpu)
}
}

static int __meminit pageset_cpuup_callback(struct notifier_block *nfb,
static int __cpuinit pageset_cpuup_callback(struct notifier_block *nfb,
unsigned long action,
void *hcpu)
{
Expand Down

0 comments on commit efb742b

Please sign in to comment.