powerpc: Define Power7+ PV constant PV_POWER7p
authorsukadev@linux.vnet.ibm.com <sukadev@linux.vnet.ibm.com>
Mon, 16 Jul 2012 11:22:02 +0000 (11:22 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 7 Sep 2012 00:47:17 +0000 (10:47 +1000)
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>
arch/powerpc/include/asm/reg.h

index a391244c18e1d545b73b005ee0dd71593185fa72..ad400a535d23161ff2c0a3bb3b4817d44dba2c3e 100644 (file)
 #define PVR_630p       0x0041
 #define PVR_970MP      0x0044
 #define PVR_970GX      0x0045
+#define PVR_POWER7p    0x004A
 #define PVR_BE         0x0070
 #define PVR_PA6T       0x0090
 
This page took 0.025892 seconds and 5 git commands to generate.