projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66efec
)
microblaze: Add PVR for BTC
author
Michal Simek
<monstr@monstr.eu>
Fri, 13 Aug 2010 10:47:18 +0000
(12:47 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 Oct 2010 05:51:36 +0000
(15:51 +1000)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/pvr.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/pvr.h
b/arch/microblaze/include/asm/pvr.h
index 9578666e98baff8f3051a694101d07bb0732eb39..cf59ef55c3b6980379eae99ecc2024f0225ab1b8 100644
(file)
--- a/
arch/microblaze/include/asm/pvr.h
+++ b/
arch/microblaze/include/asm/pvr.h
@@
-30,7
+30,8
@@
struct pvr_s {
#define PVR0_USE_EXC_MASK 0x04000000
#define PVR0_USE_ICACHE_MASK 0x02000000
#define PVR0_USE_DCACHE_MASK 0x01000000
-#define PVR0_USE_MMU 0x00800000 /* new */
+#define PVR0_USE_MMU 0x00800000
+#define PVR0_USE_BTC 0x00400000
#define PVR0_VERSION_MASK 0x0000FF00
#define PVR0_USER1_MASK 0x000000FF