diff options
author | Matt Turner <mattst88@gmail.com> | 2010-10-30 01:22:00 +0400 |
---|---|---|
committer | Matt Turner <mattst88@monolith.freenet-rz.de> | 2011-01-17 07:42:14 +0300 |
commit | 00649643b1f4e1644f644f612c6bb390e69196ad (patch) | |
tree | 299d4c2936878d645c1e5f56d657acf61725e14e /arch/alpha | |
parent | da9c0212bc08fc697e0e78de0b89a9c8aed6c633 (diff) | |
download | linux-00649643b1f4e1644f644f612c6bb390e69196ad.tar.xz |
alpha: add GENERIC_HARDIRQS_NO__DO_IRQ to Kconfig
Acked-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 943fe6930f77..fc95ee1bcf6f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -68,6 +68,9 @@ config GENERIC_IOMAP bool default n +config GENERIC_HARDIRQS_NO__DO_IRQ + def_bool y + config GENERIC_HARDIRQS bool default y |