]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/page_alloc.c
ARM: OMAP: DMA source and destination addresses are unsigned
[linux-2.6-omap-h63xx.git] / mm / page_alloc.c
index 54a4f5375bbaeaaa9af8faef441e4a758b89d12e..3b5358a0561fa99366fbb9c7d2f858c40208b0fb 100644 (file)
@@ -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)