diff options
Diffstat (limited to 'arch/powerpc/oprofile/common.c')
-rw-r--r-- | arch/powerpc/oprofile/common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/oprofile/common.c b/arch/powerpc/oprofile/common.c index d65e68f3cb25..6f01624f317f 100644 --- a/arch/powerpc/oprofile/common.c +++ b/arch/powerpc/oprofile/common.c | |||
@@ -195,9 +195,6 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) | |||
195 | if (!cur_cpu_spec->oprofile_cpu_type) | 195 | if (!cur_cpu_spec->oprofile_cpu_type) |
196 | return -ENODEV; | 196 | return -ENODEV; |
197 | 197 | ||
198 | if (firmware_has_feature(FW_FEATURE_ISERIES)) | ||
199 | return -ENODEV; | ||
200 | |||
201 | switch (cur_cpu_spec->oprofile_type) { | 198 | switch (cur_cpu_spec->oprofile_type) { |
202 | #ifdef CONFIG_PPC_BOOK3S_64 | 199 | #ifdef CONFIG_PPC_BOOK3S_64 |
203 | #ifdef CONFIG_OPROFILE_CELL | 200 | #ifdef CONFIG_OPROFILE_CELL |