[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
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue