diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 13:03:01 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 15:00:26 +0400 |
commit | e4d59621923ba6c42f30a9d74c7c78d101c2f7aa (patch) | |
tree | c281b507b7160d6533e84bb49f5e12967767143e /arch/xtensa/Kconfig | |
parent | 45046892ef89c1e0caad66a03c8c1e14ad478d23 (diff) | |
download | linux-e4d59621923ba6c42f30a9d74c7c78d101c2f7aa.tar.xz |
xtensa: Use generic init_task
Same code. Use the generic version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chris Zankel <chris@zankel.net>
Link: http://lkml.kernel.org/r/20120503085035.804059531@linutronix.de
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 8a3f8351f438..d0ab5bb0d582 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -10,6 +10,7 @@ config XTENSA select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES + select HAVE_GENERIC_INIT_TASK help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both |