]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc/mpc8xx.h
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
[linux-2.6-omap-h63xx.git] / include / asm-ppc / mpc8xx.h
index 208a2e11daee22f29c88c86b5b047cfc47c51c88..adcce33f20ae7a6d3248510b3b5722f18b526c55 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __CONFIG_8xx_DEFS
 #define __CONFIG_8xx_DEFS
 
-#include <linux/config.h>
 
 #ifdef CONFIG_8xx
 
@@ -111,8 +110,15 @@ enum ppc_sys_devices {
        MPC8xx_CPM_SMC1,
        MPC8xx_CPM_SMC2,
        MPC8xx_CPM_USB,
+       NUM_PPC_SYS_DEVS,
 };
 
+#define PPC_PIN_SIZE   (24 * 1024 * 1024)      /* 24Mbytes of data pinned */
+
+#ifndef BOARD_CHIP_NAME
+#define BOARD_CHIP_NAME ""
+#endif
+
 #endif /* !__ASSEMBLY__ */
 #endif /* CONFIG_8xx */
 #endif /* __CONFIG_8xx_DEFS */