Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48917
b: refs/heads/master
c: fac105d
h: refs/heads/master
i:
  48915: 1381f01
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Feb 8, 2007
1 parent 0da900a commit 7e314d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51dd249eff28924f838a72a50c417b2089e0f6a9
refs/heads/master: fac105d05e4b410c586de55dfbf34f40a95f6977
1 change: 1 addition & 0 deletions trunk/arch/arm/kernel/crunch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7e314d8

Please sign in to comment.