aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/oprofile
diff options
context:
space:
mode:
authorJake Moilanen <moilanen@austin.ibm.com>2005-08-24 15:22:12 -0500
committerPaul Mackerras <paulus@samba.org>2005-08-30 13:38:19 +1000
commit04ed65190a5d1562220dd3a7fc9eac2402c7104c (patch)
treed0ea2c3cb29383f7387da3c7caf95ee7091ec114 /arch/ppc64/oprofile
parent[PATCH] PPC64: Don't try to claim memory from OF at 1GB mark (diff)
downloadlinux-dev-04ed65190a5d1562220dd3a7fc9eac2402c7104c.tar.xz
linux-dev-04ed65190a5d1562220dd3a7fc9eac2402c7104c.zip
[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>
Diffstat (limited to 'arch/ppc64/oprofile')
-rw-r--r--arch/ppc64/oprofile/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/oprofile/common.c b/arch/ppc64/oprofile/common.c
index b28bfda23d94..4acd1a424933 100644
--- a/arch/ppc64/oprofile/common.c
+++ b/arch/ppc64/oprofile/common.c
@@ -153,6 +153,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case PV_970:
case PV_970FX:
+ case PV_970MP:
model = &op_model_power4;
model->num_counters = 8;
ops->cpu_type = "ppc64/970";