projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bf082
)
[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
author
David S. Miller
<davem@davemloft.net>
Sat, 4 Feb 2006 11:09:03 +0000
(
03:09
-0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:39 +0000
(
01:11
-0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/spitfire.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc64/spitfire.h
b/include/asm-sparc64/spitfire.h
index 962638c9d122f595528799fe5257206f6ed7b9ba..23ad8a7987adf5b37feda5e56248643c60cd7e28 100644
(file)
--- a/
include/asm-sparc64/spitfire.h
+++ b/
include/asm-sparc64/spitfire.h
@@
-44,6
+44,7
@@
enum ultra_tlb_layout {
spitfire = 0,
cheetah = 1,
cheetah_plus = 2,
+ hypervisor = 3,
};
extern enum ultra_tlb_layout tlb_type;