Loading arch/arm/kernel/crunch.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading arch/arm/mach-ep93xx/core.c +0 −4 Original line number Diff line number Diff line Loading @@ -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 } Loading
arch/arm/kernel/crunch.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading
arch/arm/mach-ep93xx/core.c +0 −4 Original line number Diff line number Diff line Loading @@ -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 }