summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/spitfire.h
diff options
context:
space:
mode:
authorDavid S. Miller2006-02-04 12:09:03 +0100
committerDavid S. Miller2006-03-20 10:11:39 +0100
commit1633a53c79498455b16d051451f4e3f83ab4e7dd (patch)
tree3f28700c60a0464879833a6d76875f387388e20c /include/asm-sparc64/spitfire.h
parent[SPARC64]: SUN4V hypervisor TLB flush support code. (diff)
downloadkernel-qcow2-linux-1633a53c79498455b16d051451f4e3f83ab4e7dd.tar.gz
kernel-qcow2-linux-1633a53c79498455b16d051451f4e3f83ab4e7dd.tar.xz
kernel-qcow2-linux-1633a53c79498455b16d051451f4e3f83ab4e7dd.zip
[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/spitfire.h')
-rw-r--r--include/asm-sparc64/spitfire.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/spitfire.h b/include/asm-sparc64/spitfire.h
index 962638c9d122..23ad8a7987ad 100644
--- 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;