]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/lmb.h
cpm2: Rework baud rate generators configuration to support external clocks.
[linux-2.6] / include / asm-powerpc / lmb.h
index 028184b6a16244954dabcc45a256fe3bb0cf649e..6f5fdf0a19ae6e3cfc9e5490ced23720763dfd53 100644 (file)
@@ -6,8 +6,8 @@
 #define LMB_DBG(fmt...) udbg_printf(fmt)
 
 #ifdef CONFIG_PPC32
-extern unsigned long __max_low_memory;
-#define LMB_REAL_LIMIT __max_low_memory
+extern phys_addr_t lowmem_end_addr;
+#define LMB_REAL_LIMIT lowmem_end_addr
 #else
 #define LMB_REAL_LIMIT 0
 #endif