[PATCH] oprofile PVR 970MP

Here's the 970MP's PVR (processor version register) entry for oprofile.

Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Jake Moilanen and committed by
Paul Mackerras
04ed6519 7fea82ab

+2
+1
arch/ppc64/oprofile/common.c
··· 153 153 154 154 case PV_970: 155 155 case PV_970FX: 156 + case PV_970MP: 156 157 model = &op_model_power4; 157 158 model->num_counters = 8; 158 159 ops->cpu_type = "ppc64/970";
+1
include/asm-ppc64/processor.h
··· 268 268 #define PV_970FX 0x003C 269 269 #define PV_630 0x0040 270 270 #define PV_630p 0x0041 271 + #define PV_970MP 0x0044 271 272 #define PV_BE 0x0070 272 273 273 274 /* Platforms supported by PPC64 */