diff options
author | Richard Weinberger <richard@nod.at> | 2010-10-26 17:22:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 19:52:12 -0400 |
commit | be76d81f99c4c120adcd201a7316e4dd7dbe3c11 (patch) | |
tree | 4fc31e0f2dcf1ba08f0c59980de8580654ed484c /arch/um/Kconfig.um | |
parent | aa5fb4dbfd121296ca97c68cf90043a7ea97579d (diff) |
um: migrate from __do_IRQ() to generic_handle_irq()
This patch removes __do_IRQ() from user mode linux. __do_IRQ is deprecated.
Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/Kconfig.um')
-rw-r--r-- | arch/um/Kconfig.um | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index ffe0934a3ccf..50d6aa20c353 100644 --- a/arch/um/Kconfig.um +++ b/arch/um/Kconfig.um | |||
@@ -120,6 +120,9 @@ config SMP | |||
120 | 120 | ||
121 | If you don't know what to do, say N. | 121 | If you don't know what to do, say N. |
122 | 122 | ||
123 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
124 | def_bool y | ||
125 | |||
123 | config NR_CPUS | 126 | config NR_CPUS |
124 | int "Maximum number of CPUs (2-32)" | 127 | int "Maximum number of CPUs (2-32)" |
125 | range 2 32 | 128 | range 2 32 |