aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukadev@linux.vnet.ibm.com <sukadev@linux.vnet.ibm.com>2012-07-16 07:22:02 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-09-06 20:47:17 -0400
commit22d8ce887991f8f70a68fb68972f187ec79d44b7 (patch)
treeb210b3f2057e0d08ac710b8e4ea303a37b3bd92b
parent752f5216f1eaabb0cfa84eaecd0ce17d79c7d2cf (diff)
powerpc: Define Power7+ PV constant PV_POWER7p
This definition will be used by subsequent perf and oprofile patches Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--arch/powerpc/include/asm/reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index a391244c18e1..ad400a535d23 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1020,6 +1020,7 @@
1020#define PVR_630p 0x0041 1020#define PVR_630p 0x0041
1021#define PVR_970MP 0x0044 1021#define PVR_970MP 0x0044
1022#define PVR_970GX 0x0045 1022#define PVR_970GX 0x0045
1023#define PVR_POWER7p 0x004A
1023#define PVR_BE 0x0070 1024#define PVR_BE 0x0070
1024#define PVR_PA6T 0x0090 1025#define PVR_PA6T 0x0090
1025 1026