diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-22 14:42:51 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-22 14:42:51 +1000 |
commit | 5c8c56ebdfb290e4feaac406518903f58714d874 (patch) | |
tree | 424ca8975f59d4bb8daa985fc769f10c34a5e87a /arch/ppc/mm | |
parent | 05d84681abcb33fe34accb5982c413daeb4208c4 (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/ppc/mm')
-rw-r--r-- | arch/ppc/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/mm/init.c b/arch/ppc/mm/init.c index 5e9ef23b4671..db94efd25369 100644 --- a/arch/ppc/mm/init.c +++ b/arch/ppc/mm/init.c @@ -69,6 +69,7 @@ int init_bootmem_done; int boot_mapsize; #ifdef CONFIG_PPC_PMAC unsigned long agp_special_page; +EXPORT_SYMBOL(agp_special_page); #endif extern char _end[]; |