diff options
author | Lennert Buytenhek <buytenh@org.rmk.(none)> | 2006-09-29 16:18:34 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-30 06:30:47 -0400 |
commit | c5d311c7e93c7d84941028835bc6ae5e1bc4e73c (patch) | |
tree | fc59b339c96ef92a9026ee41f28db80159182493 | |
parent | 730ee9f3594d8bcedb981dd184f310899fc931c6 (diff) |
[ARM] 3880/1: remove the last trace of iop31x support
Remove the last trace of iop31x support from the kernel.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/oprofile/op_model_xscale.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/oprofile/op_model_xscale.c b/arch/arm/oprofile/op_model_xscale.c index 6576143f2559..726ad2b3b435 100644 --- a/arch/arm/oprofile/op_model_xscale.c +++ b/arch/arm/oprofile/op_model_xscale.c | |||
@@ -33,9 +33,6 @@ | |||
33 | #define PMU_CNT64 0x008 /* Make CCNT count every 64th cycle */ | 33 | #define PMU_CNT64 0x008 /* Make CCNT count every 64th cycle */ |
34 | 34 | ||
35 | /* TODO do runtime detection */ | 35 | /* TODO do runtime detection */ |
36 | #ifdef CONFIG_ARCH_IOP310 | ||
37 | #define XSCALE_PMU_IRQ IRQ_XS80200_PMU | ||
38 | #endif | ||
39 | #ifdef CONFIG_ARCH_IOP32X | 36 | #ifdef CONFIG_ARCH_IOP32X |
40 | #define XSCALE_PMU_IRQ IRQ_IOP32X_CORE_PMU | 37 | #define XSCALE_PMU_IRQ IRQ_IOP32X_CORE_PMU |
41 | #endif | 38 | #endif |