aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile
diff options
context:
space:
mode:
authorJake Moilanen <moilanen@austin.ibm.com>2006-10-18 10:47:22 -0500
committerPaul Mackerras <paulus@samba.org>2006-10-23 18:23:17 +1000
commit362ff7b2ac0234152b4a334dd006b77f4fa2ab23 (patch)
tree4b9d3c03c119b0216ff04b744c8901823e61d10b /arch/powerpc/oprofile
parent[POWERPC] Fix build breakage with CONFIG_PPC32 (diff)
downloadlinux-dev-362ff7b2ac0234152b4a334dd006b77f4fa2ab23.tar.xz
linux-dev-362ff7b2ac0234152b4a334dd006b77f4fa2ab23.zip
[POWERPC] Add 970GX cputable entry
970GX cputable entry from Steve Winiecki. Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com> arch/powerpc/kernel/cputable.c | 15 +++++++++++++++ arch/powerpc/oprofile/op_model_power4.c | 2 +- include/asm-powerpc/reg.h | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/oprofile')
-rw-r--r--arch/powerpc/oprofile/op_model_power4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/op_model_power4.c b/arch/powerpc/oprofile/op_model_power4.c
index 506f6b79f893..6a927effcc77 100644
--- a/arch/powerpc/oprofile/op_model_power4.c
+++ b/arch/powerpc/oprofile/op_model_power4.c
@@ -76,7 +76,7 @@ static inline int mmcra_must_set_sample(void)
{
if (__is_processor(PV_POWER4) || __is_processor(PV_POWER4p) ||
__is_processor(PV_970) || __is_processor(PV_970FX) ||
- __is_processor(PV_970MP))
+ __is_processor(PV_970MP) || __is_processor(PV_970GX))
return 1;
return 0;