]> Pileus Git - ~andy/linux/commitdiff
[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
authorDavid S. Miller <davem@davemloft.net>
Sat, 4 Feb 2006 11:09:03 +0000 (03:09 -0800)
committerDavid 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

index 962638c9d122f595528799fe5257206f6ed7b9ba..23ad8a7987adf5b37feda5e56248643c60cd7e28 100644 (file)
@@ -44,6 +44,7 @@ enum ultra_tlb_layout {
        spitfire = 0,
        cheetah = 1,
        cheetah_plus = 2,
+       hypervisor = 3,
 };
 
 extern enum ultra_tlb_layout tlb_type;