summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorLennert Buytenhek2007-02-05 00:35:37 +0100
committerRussell King2007-02-08 15:48:13 +0100
commitfac105d05e4b410c586de55dfbf34f40a95f6977 (patch)
tree66fcf4e0b580b0334a0bb676c8390c94966afbc8 /arch/arm/mach-ep93xx
parent[ARM] 4120/1: ep93xx: make clock init an arch_initcall() (diff)
downloadkernel-qcow2-linux-fac105d05e4b410c586de55dfbf34f40a95f6977.tar.gz
kernel-qcow2-linux-fac105d05e4b410c586de55dfbf34f40a95f6977.tar.xz
kernel-qcow2-linux-fac105d05e4b410c586de55dfbf34f40a95f6977.zip
[ARM] 4121/1: ep93xx: move setting of HWCAP_CRUNCH
Move the setting of HWCAP_CRUNCH to kernel/crunch.c, where it belongs. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c
index 913ea4328b2f..5d2739abd960 100644
--- a/arch/arm/mach-ep93xx/core.c
+++ b/arch/arm/mach-ep93xx/core.c
@@ -475,8 +475,4 @@ void __init ep93xx_init_devices(void)
platform_device_register(&ep93xx_rtc_device);
platform_device_register(&ep93xx_ohci_device);
-
-#ifdef CONFIG_CRUNCH
- elf_hwcap |= HWCAP_CRUNCH;
-#endif
}