summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/spitfire.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-07-27 20:42:51 -0700
committerDavid S. Miller <davem@davemloft.net>2011-07-27 20:43:51 -0700
commit15e3608d7c273947dbf2eadbcaa66e51143928fb (patch)
tree3d39d11649829452e38f7552ebd457dc68386ef2 /arch/sparc/include/asm/spitfire.h
parentfacfddef2c76110b8e321921f7e54518c3dd1579 (diff)
sparc: Add T3 sun4v cpu type and hypervisor group defines.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/spitfire.h')
-rw-r--r--arch/sparc/include/asm/spitfire.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/spitfire.h b/arch/sparc/include/asm/spitfire.h
index f0d0c40c44da..55a17c6efeb8 100644
--- a/arch/sparc/include/asm/spitfire.h
+++ b/arch/sparc/include/asm/spitfire.h
@@ -42,6 +42,7 @@
#define SUN4V_CHIP_INVALID 0x00
#define SUN4V_CHIP_NIAGARA1 0x01
#define SUN4V_CHIP_NIAGARA2 0x02
+#define SUN4V_CHIP_NIAGARA3 0x03
#define SUN4V_CHIP_UNKNOWN 0xff
#ifndef __ASSEMBLY__