diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2007-11-14 20:00:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-14 21:45:45 -0500 |
commit | eb2746ddc376c9c72905fbdd3f8d1e68a81957aa (patch) | |
tree | 31e2dd0bba8a16bf9d9d0be3d5f7df501f284a2e /arch/cris/Kconfig | |
parent | 9587997a4a9f74901981e0a751a7ae0e46a72b94 (diff) |
cris build fixes: irq fixes
- New file include/asm-cris/irq_regs.h.
- Change handling of registers for do_IRQ.
- Add GENERIC_HARDIRQS to Kconfig.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 21900a9378bb..f653772a87a8 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -57,6 +57,10 @@ menu "General setup" | |||
57 | 57 | ||
58 | source "fs/Kconfig.binfmt" | 58 | source "fs/Kconfig.binfmt" |
59 | 59 | ||
60 | config GENERIC_HARDIRQS | ||
61 | bool | ||
62 | default y | ||
63 | |||
60 | config ETRAX_CMDLINE | 64 | config ETRAX_CMDLINE |
61 | string "Kernel command line" | 65 | string "Kernel command line" |
62 | default "root=/dev/mtdblock3" | 66 | default "root=/dev/mtdblock3" |