Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28810
b: refs/heads/master
c: 2191fe3
h: refs/heads/master
v: v3
  • Loading branch information
Kelly Daly authored and Paul Mackerras committed Jun 21, 2006
1 parent 9328eb4 commit f2bdd73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bb474a48e5d1ceb8e4005c7664b548c9834a784
refs/heads/master: 2191fe3e39159e3375f4b7ec1420df149f154101
1 change: 0 additions & 1 deletion trunk/arch/powerpc/oprofile/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
config PROFILING
depends on !PPC_ISERIES
bool "Profiling support (EXPERIMENTAL)"
help
Say Y here to enable the extended profiling support mechanisms used
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/oprofile/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <asm/pmc.h>
#include <asm/cputable.h>
#include <asm/oprofile_impl.h>
#include <asm/firmware.h>

static struct op_powerpc_model *model;

Expand Down Expand Up @@ -130,6 +131,9 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
if (!cur_cpu_spec->oprofile_cpu_type)
return -ENODEV;

if (firmware_has_feature(FW_FEATURE_ISERIES))
return -ENODEV;

switch (cur_cpu_spec->oprofile_type) {
#ifdef CONFIG_PPC64
case PPC_OPROFILE_RS64:
Expand Down

0 comments on commit f2bdd73

Please sign in to comment.