[Cbe-oss-dev] [FYI 24/27] ps3: storage driver

Arnd Bergmann arnd at arndb.de
Sat Dec 2 03:08:03 EST 2006


More exports are missing for the storage driver in its current for.
As stated in the comment above the variable definition, these
will go away soon.

Signed-off-by: Arnd Bergmann <arnd.bergmann at de.ibm.com>

Index: linux-2.6/arch/powerpc/platforms/ps3/mm.c
===================================================================
--- linux-2.6.orig/arch/powerpc/platforms/ps3/mm.c
+++ linux-2.6/arch/powerpc/platforms/ps3/mm.c
@@ -131,9 +131,13 @@ static struct map map;
 
 // FIXME Temporary solution for the storage driver
 unsigned long ps3_mem_total;
+EXPORT_SYMBOL_GPL(ps3_mem_total);
 unsigned long ps3_rm_limit;
+EXPORT_SYMBOL_GPL(ps3_rm_limit);
 unsigned long ps3_2nd_mem_base;
+EXPORT_SYMBOL_GPL(ps3_2nd_mem_base);
 unsigned long ps3_2nd_mem_size;
+EXPORT_SYMBOL_GPL(ps3_2nd_mem_size);
 
 /**
  * ps3_mm_phys_to_lpar - translate a linux physical address to lpar address



More information about the cbe-oss-dev mailing list