vserver 1.9.5.x5
[linux-2.6.git] / include / asm-arm / arch-ixp4xx / hardware.h
index a048cbc..4ac964b 100644 (file)
 
 #define pcibios_assign_all_busses()    1
 
+#if defined(CONFIG_CPU_IXP465) && !defined(__ASSEMBLY__)
+extern unsigned int processor_id;
+#define cpu_is_ixp465() ((processor_id & 0xffffffc0) == 0x69054200)
+#else
+#define        cpu_is_ixp465() (0)
+#endif
+
 /* Register locations and bits */
 #include "ixp4xx-regs.h"