]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/mpc52xx.h
[POWERPC] bestcomm: Restrict bus prefetch bugfix to original mpc5200 silicon.
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / mpc52xx.h
index 568135fe52ea8f2ec003c88b23646fc5fac62746..764d997b4cde5945ce4deb91994ec8caca1aa085 100644 (file)
 
 #include <linux/suspend.h>
 
+/* Variants of the 5200(B) */
+#define MPC5200_SVR            0x80110010
+#define MPC5200_SVR_MASK       0xfffffff0
+#define MPC5200B_SVR           0x80110020
+#define MPC5200B_SVR_MASK      0xfffffff0
 
 /* ======================================================================== */
 /* Structures mapping of some unit register set                             */