Skip to content

Commit

Permalink
mn10300: Use generic irq Kconfig
Browse files Browse the repository at this point in the history
No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Howells <dhowells@redhat.com>
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent b6e3162 commit b169c90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config MN10300
def_bool y
select HAVE_OPROFILE
select GENERIC_HARDIRQS

config AM33_2
def_bool n
Expand Down Expand Up @@ -76,10 +77,6 @@ config QUICKLIST
config ARCH_HAS_ILOG2_U32
def_bool y

# Use the generic interrupt handling code in kernel/irq/
config GENERIC_HARDIRQS
def_bool y

config HOTPLUG_CPU
def_bool n

Expand Down

0 comments on commit b169c90

Please sign in to comment.