diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-21 12:52:02 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2007-10-21 12:52:02 -0400 |
| commit | c052a22e808fc1f9b78b9a2fe7065f2026815128 (patch) | |
| tree | 9006ac29826e6cbb729175a62cb505f542223c2a /include/asm-powerpc | |
| parent | 2fb59d623ad85dfdb8ce03a660051743f7361896 (diff) | |
[POWERPC] bestcomm: Restrict bus prefetch bugfix to original mpc5200 silicon.
Only the MPC5200 needs this bug fix. MPC5200B is okay.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/asm-powerpc')
| -rw-r--r-- | include/asm-powerpc/mpc52xx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpc52xx.h b/include/asm-powerpc/mpc52xx.h index 568135fe52..764d997b4c 100644 --- a/include/asm-powerpc/mpc52xx.h +++ b/include/asm-powerpc/mpc52xx.h | |||
| @@ -20,6 +20,11 @@ | |||
| 20 | 20 | ||
| 21 | #include <linux/suspend.h> | 21 | #include <linux/suspend.h> |
| 22 | 22 | ||
| 23 | /* Variants of the 5200(B) */ | ||
| 24 | #define MPC5200_SVR 0x80110010 | ||
| 25 | #define MPC5200_SVR_MASK 0xfffffff0 | ||
| 26 | #define MPC5200B_SVR 0x80110020 | ||
| 27 | #define MPC5200B_SVR_MASK 0xfffffff0 | ||
| 23 | 28 | ||
| 24 | /* ======================================================================== */ | 29 | /* ======================================================================== */ |
| 25 | /* Structures mapping of some unit register set */ | 30 | /* Structures mapping of some unit register set */ |
