Skip to content

Commit

Permalink
[PATCH] oprofile PVR 970MP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jake Moilanen authored and Paul Mackerras committed Aug 30, 2005
1 parent 7fea82a commit 04ed651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc64/oprofile/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions include/asm-ppc64/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
#define PV_970FX 0x003C
#define PV_630 0x0040
#define PV_630p 0x0041
#define PV_970MP 0x0044
#define PV_BE 0x0070

/* Platforms supported by PPC64 */
Expand Down

0 comments on commit 04ed651

Please sign in to comment.