aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/init_32.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-22 00:42:51 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-22 00:42:51 -0400
commit5c8c56ebdfb290e4feaac406518903f58714d874 (patch)
tree424ca8975f59d4bb8daa985fc769f10c34a5e87a /arch/powerpc/mm/init_32.c
parent05d84681abcb33fe34accb5982c413daeb4208c4 (diff)
powerpc: Move agp_special_page export to where it is defined
... instead of exporting it in arch/*/kernel/ppc_ksyms.c. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/mm/init_32.c')
-rw-r--r--arch/powerpc/mm/init_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/init_32.c b/arch/powerpc/mm/init_32.c
index caeb02ee72c5..aa6a5440cec1 100644
--- a/arch/powerpc/mm/init_32.c
+++ b/arch/powerpc/mm/init_32.c
@@ -69,6 +69,7 @@ unsigned long ppc_memoffset = PAGE_OFFSET;
69int boot_mapsize; 69int boot_mapsize;
70#ifdef CONFIG_PPC_PMAC 70#ifdef CONFIG_PPC_PMAC
71unsigned long agp_special_page; 71unsigned long agp_special_page;
72EXPORT_SYMBOL(agp_special_page);
72#endif 73#endif
73 74
74#ifdef CONFIG_HIGHMEM 75#ifdef CONFIG_HIGHMEM