diff options
| author | Michal Simek <monstr@monstr.eu> | 2010-08-13 06:47:18 -0400 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 01:51:36 -0400 |
| commit | 6d5f2f6d4114578e2504ed3f675d450cbde5a161 (patch) | |
| tree | 4ed96ae8fb75943bf9fdae5e79166b50ca954d45 /arch/microblaze/include/asm | |
| parent | f66efecad0b468214f574b295f4152aa95d74d4e (diff) | |
microblaze: Add PVR for BTC
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm')
| -rw-r--r-- | arch/microblaze/include/asm/pvr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pvr.h b/arch/microblaze/include/asm/pvr.h index 9578666e98b..cf59ef55c3b 100644 --- a/arch/microblaze/include/asm/pvr.h +++ b/arch/microblaze/include/asm/pvr.h | |||
| @@ -30,7 +30,8 @@ struct pvr_s { | |||
| 30 | #define PVR0_USE_EXC_MASK 0x04000000 | 30 | #define PVR0_USE_EXC_MASK 0x04000000 |
| 31 | #define PVR0_USE_ICACHE_MASK 0x02000000 | 31 | #define PVR0_USE_ICACHE_MASK 0x02000000 |
| 32 | #define PVR0_USE_DCACHE_MASK 0x01000000 | 32 | #define PVR0_USE_DCACHE_MASK 0x01000000 |
| 33 | #define PVR0_USE_MMU 0x00800000 /* new */ | 33 | #define PVR0_USE_MMU 0x00800000 |
| 34 | #define PVR0_USE_BTC 0x00400000 | ||
| 34 | #define PVR0_VERSION_MASK 0x0000FF00 | 35 | #define PVR0_VERSION_MASK 0x0000FF00 |
| 35 | #define PVR0_USER1_MASK 0x000000FF | 36 | #define PVR0_USER1_MASK 0x000000FF |
| 36 | 37 | ||
