summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/spitfire.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-07-28 05:42:51 +0200
committerDavid S. Miller <davem@davemloft.net>2011-07-28 05:43:51 +0200
commit15e3608d7c273947dbf2eadbcaa66e51143928fb (patch)
tree3d39d11649829452e38f7552ebd457dc68386ef2 /arch/sparc/include/asm/spitfire.h
parentsparc: Don't leave sparc_pmu_type NULL on sun4v. (diff)
downloadlinux-15e3608d7c273947dbf2eadbcaa66e51143928fb.tar.xz
linux-15e3608d7c273947dbf2eadbcaa66e51143928fb.zip
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__