diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-19 13:41:35 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-21 05:55:31 -0500 |
commit | 1c77ff22f539ceaa64ea43d6a26d867e84602cb7 (patch) | |
tree | d1623ae6a2f8ed56acbaa03b514e393496c42802 /arch/score | |
parent | 0e155b2ce293382730b8473f6ceeb7ac9b939b7d (diff) |
genirq: Remove __do_IRQ
All architectures are finally converted. Remove the cruft.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Greg Ungerer <gerg@uclinux.org>
Cc: Michal Simek <monstr@monstr.eu>
Acked-by: David Howells <dhowells@redhat.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Jeff Dike <jdike@addtoit.com>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 4293fdcb5398..4f159acfbe33 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig | |||
@@ -53,9 +53,6 @@ config GENERIC_CLOCKEVENTS | |||
53 | config SCHED_NO_NO_OMIT_FRAME_POINTER | 53 | config SCHED_NO_NO_OMIT_FRAME_POINTER |
54 | def_bool y | 54 | def_bool y |
55 | 55 | ||
56 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
57 | def_bool y | ||
58 | |||
59 | config GENERIC_SYSCALL_TABLE | 56 | config GENERIC_SYSCALL_TABLE |
60 | def_bool y | 57 | def_bool y |
61 | 58 | ||