diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 05:03:00 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 07:00:26 -0400 |
commit | 5b408241e99bd3f670122d4e6142b69cc6c24098 (patch) | |
tree | 220f16a8127dd613b61dba8a88e7d7cbe4180e9c /arch/um/Kconfig.common | |
parent | d0b691dffaee89a4c9e1890694d0c77201d7a9b1 (diff) |
um: Use generic init_task
Same code. Use the generic version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Richard Weinberger <richard@nod.at>
Link: http://lkml.kernel.org/r/20120503085035.592937512@linutronix.de
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r-- | arch/um/Kconfig.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index 20a49ba93cb9..f03473cf86df 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common | |||
@@ -10,6 +10,7 @@ config UML | |||
10 | select GENERIC_IRQ_SHOW | 10 | select GENERIC_IRQ_SHOW |
11 | select GENERIC_CPU_DEVICES | 11 | select GENERIC_CPU_DEVICES |
12 | select GENERIC_IO | 12 | select GENERIC_IO |
13 | select HAVE_GENERIC_INIT_TASK | ||
13 | 14 | ||
14 | config MMU | 15 | config MMU |
15 | bool | 16 | bool |