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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-02-04 03:09:03 -08:00 committed by David S. Miller
parent 52bf082f0a
commit 1633a53c79

View file

@ -44,6 +44,7 @@ enum ultra_tlb_layout {
spitfire = 0, spitfire = 0,
cheetah = 1, cheetah = 1,
cheetah_plus = 2, cheetah_plus = 2,
hypervisor = 3,
}; };
extern enum ultra_tlb_layout tlb_type; extern enum ultra_tlb_layout tlb_type;