mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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,
|
||||
cheetah = 1,
|
||||
cheetah_plus = 2,
|
||||
hypervisor = 3,
|
||||
};
|
||||
|
||||
extern enum ultra_tlb_layout tlb_type;
|
||||
|
|
Loading…
Reference in a new issue