[PATCH] fix pktcdvd linking on ppc64

Christoph Hellwig hch at lst.de
Fri Jan 7 03:47:19 EST 2005


clear_page uses ppc64_caches so it needs to be exported.


--- 1.99/arch/ppc64/kernel/setup.c	2005-01-05 03:48:16 +01:00
+++ edited/arch/ppc64/kernel/setup.c	2005-01-06 17:51:19 +01:00
@@ -116,6 +116,7 @@
 u64 ppc64_debug_switch;
 
 struct ppc64_caches ppc64_caches;
+EXPORT_SYMBOL_GPL(ppc64_caches);
 
 /*
  * These are used in binfmt_elf.c to put aux entries on the stack



More information about the Linuxppc64-dev mailing list