Browse Source

[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 years ago
parent
commit
1633a53c79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/asm-sparc64/spitfire.h

+ 1 - 0
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;