diff options
author | Allen Pais <allen.pais@oracle.com> | 2014-09-08 11:48:53 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-30 09:38:26 -0700 |
commit | d4562a38e32d91d3cafd0106ec636013941797e4 (patch) | |
tree | d7e73d389d5464686f222e0c04ca1ced2fd53b63 /arch/sparc/include/asm/spitfire.h | |
parent | d517ac72570b14086f0d7f8e90f81f8c86e93aae (diff) | |
download | lwn-d4562a38e32d91d3cafd0106ec636013941797e4.tar.gz lwn-d4562a38e32d91d3cafd0106ec636013941797e4.zip |
sparc64: correctly recognise M6 and M7 cpu type
The following patch adds support for correctly
recognising M6 and M7 cpu type.
Signed-off-by: Allen Pais <allen.pais@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/sparc/include/asm/spitfire.h')
-rw-r--r-- | arch/sparc/include/asm/spitfire.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/spitfire.h b/arch/sparc/include/asm/spitfire.h index 6b67e50fb9b4..69424d48cbb7 100644 --- a/arch/sparc/include/asm/spitfire.h +++ b/arch/sparc/include/asm/spitfire.h @@ -45,6 +45,8 @@ #define SUN4V_CHIP_NIAGARA3 0x03 #define SUN4V_CHIP_NIAGARA4 0x04 #define SUN4V_CHIP_NIAGARA5 0x05 +#define SUN4V_CHIP_SPARC_M6 0x06 +#define SUN4V_CHIP_SPARC_M7 0x07 #define SUN4V_CHIP_SPARC64X 0x8a #define SUN4V_CHIP_UNKNOWN 0xff |