diff options
| author | Jon Loeliger <[email protected]> | 2008-01-10 14:28:18 -0600 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2008-01-10 14:28:18 -0600 |
| commit | bb66f5613672fc80a6b38a0e1651d893bbe590a5 (patch) | |
| tree | 9a8af7224b4dc2162a5cec00cf44d5afae43622f /include/asm-ppc/processor.h | |
| parent | b830b7f1635984ba607219fcbd78597c28eeb529 (diff) | |
| parent | 422b1a01602b6e2fbf8444a1192c7ba31461fd4c (diff) | |
Merge commit 'wd/master'
Diffstat (limited to 'include/asm-ppc/processor.h')
| -rw-r--r-- | include/asm-ppc/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 9fbbdf8c56a..86c5df2dbaa 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -424,6 +424,8 @@ #define SPRN_IVOR15 0x19f /* Interrupt Vector Offset Register 15 */ /* e500 definitions */ +#define SPRN_L1CFG0 0x203 /* L1 Cache Configuration Register 0 */ +#define SPRN_L1CFG1 0x204 /* L1 Cache Configuration Register 1 */ #define SPRN_L1CSR0 0x3f2 /* L1 Data Cache Control and Status Register 0 */ #define L1CSR0_CPE 0x00010000 /* Data Cache Parity Enable */ #define L1CSR0_DCFI 0x00000002 /* Data Cache Flash Invalidate */ @@ -621,6 +623,8 @@ #define MCSRR1 SPRN_MCSRR1 #define L1CSR0 SPRN_L1CSR0 #define L1CSR1 SPRN_L1CSR1 +#define L1CFG0 SPRN_L1CFG0 +#define L1CFG1 SPRN_L1CFG1 #define MCSR SPRN_MCSR #define MMUCSR0 SPRN_MMUCSR0 #define BUCSR SPRN_BUCSR |
