Skip to content

Commit

Permalink
[SPARC64]: Add 'hypervisor' to ultra_tlb_type enumeration.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Mar 20, 2006
1 parent 52bf082 commit 1633a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sparc64/spitfire.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ enum ultra_tlb_layout {
spitfire = 0,
cheetah = 1,
cheetah_plus = 2,
hypervisor = 3,
};

extern enum ultra_tlb_layout tlb_type;
Expand Down

0 comments on commit 1633a53

Please sign in to comment.