Commit 1633a53c authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

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

parent 52bf082f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ enum ultra_tlb_layout {
	spitfire = 0,
	cheetah = 1,
	cheetah_plus = 2,
	hypervisor = 3,
};

extern enum ultra_tlb_layout tlb_type;