diff options
author | 2006-09-23 21:03:52 -0500 | |
---|---|---|
committer | 2006-09-23 21:03:52 -0500 | |
commit | 1aedf2ccc60fade26c46fae12e28664d0da3f199 (patch) | |
tree | d91083e3079f1ddb942a382ac2b5a7525570ad59 /mm/page_alloc.c | |
parent | [SCSI] SPI transport class: misc DV fixes (diff) | |
parent | Merge git://git.infradead.org/mtd-2.6 (diff) | |
download | linux-rng-1aedf2ccc60fade26c46fae12e28664d0da3f199.tar.xz linux-rng-1aedf2ccc60fade26c46fae12e28664d0da3f199.zip |
Merge mulgrave-w:git/linux-2.6
Conflicts:
include/linux/blkdev.h
Trivial merge to incorporate tag prototypes.
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 54a4f5375bba..3b5358a0561f 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -2363,7 +2363,7 @@ int percpu_pagelist_fraction_sysctl_handler(ctl_table *table, int write, return 0; } -__initdata int hashdist = HASHDIST_DEFAULT; +int hashdist = HASHDIST_DEFAULT; #ifdef CONFIG_NUMA static int __init set_hashdist(char *str) |