X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Ffrv%2Fmm%2Finit.c;h=9af7740f32fb348a1cecf13a8e5292627e53ecf0;hb=4bd27972e2c35b1e9e672ff05e0a781644f9c905;hp=4103c2c487f3a114654f242f16b18d0e99281447;hpb=132a69c6cc3dfa7fa354a88128acee7e6ee7082b;p=linux-2.6-omap-h63xx.git diff --git a/arch/frv/mm/init.c b/arch/frv/mm/init.c index 4103c2c487f..9af7740f32f 100644 --- a/arch/frv/mm/init.c +++ b/arch/frv/mm/init.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include @@ -56,7 +57,9 @@ DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); */ static unsigned long empty_bad_page_table; static unsigned long empty_bad_page; + unsigned long empty_zero_page; +EXPORT_SYMBOL(empty_zero_page); /*****************************************************************************/ /* @@ -197,7 +200,7 @@ void __init mem_init(void) /* * free the memory that was only required for initialisation */ -void __init free_initmem(void) +void free_initmem(void) { #if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL) unsigned long start, end, addr;