From 7e314d8f92354849e6715fded5574b461ca71c6a Mon Sep 17 00:00:00 2001 From: Lennert Buytenhek Date: Mon, 5 Feb 2007 00:35:37 +0100 Subject: [PATCH] --- yaml --- r: 48917 b: refs/heads/master c: fac105d05e4b410c586de55dfbf34f40a95f6977 h: refs/heads/master i: 48915: 1381f01c92e75416a6250166eb2e259321b6761f v: v3 --- [refs] | 2 +- trunk/arch/arm/kernel/crunch.c | 1 + trunk/arch/arm/mach-ep93xx/core.c | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7c55715fef72..16413c4534ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51dd249eff28924f838a72a50c417b2089e0f6a9 +refs/heads/master: fac105d05e4b410c586de55dfbf34f40a95f6977 diff --git a/trunk/arch/arm/kernel/crunch.c b/trunk/arch/arm/kernel/crunch.c index cec83783206e..627d79414c9d 100644 --- a/trunk/arch/arm/kernel/crunch.c +++ b/trunk/arch/arm/kernel/crunch.c @@ -75,6 +75,7 @@ static struct notifier_block crunch_notifier_block = { static int __init crunch_init(void) { thread_register_notifier(&crunch_notifier_block); + elf_hwcap |= HWCAP_CRUNCH; return 0; } diff --git a/trunk/arch/arm/mach-ep93xx/core.c b/trunk/arch/arm/mach-ep93xx/core.c index 913ea4328b2f..5d2739abd960 100644 --- a/trunk/arch/arm/mach-ep93xx/core.c +++ b/trunk/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 }