[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52bf082f0a
commit
1633a53c79
|
@ -44,6 +44,7 @@ enum ultra_tlb_layout {
|
|||
spitfire = 0,
|
||||
cheetah = 1,
|
||||
cheetah_plus = 2,
|
||||
hypervisor = 3,
|
||||
};
|
||||
|
||||
extern enum ultra_tlb_layout tlb_type;
|
||||
|
|
Loading…
Reference in New Issue