diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 09:02:59 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 13:00:26 +0200 |
commit | 293ef7b8288da79112276ddd53902aff75ce7494 (patch) | |
tree | 46028d8e58952a98efbc7c038c5b9b6a2ff79ac2 /arch/tile/Kconfig | |
parent | 3f149aa226e39e7f29ca7bb22f8e5bf304206a8f (diff) | |
download | blackbird-op-linux-293ef7b8288da79112276ddd53902aff75ce7494.tar.gz blackbird-op-linux-293ef7b8288da79112276ddd53902aff75ce7494.zip |
tile: Use generic init_task
Same code. Use the generic version. The special Makefile treatment is
pointless anyway as init_task.o contains only data which is handled by
the linker script. So no point on being treated like head text.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Link: http://lkml.kernel.org/r/20120503085035.528129988@linutronix.de
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 96033e2d6845..4fa3ff5a7bc3 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -13,6 +13,7 @@ config TILE select GENERIC_IRQ_SHOW select SYS_HYPERVISOR select ARCH_HAVE_NMI_SAFE_CMPXCHG + select HAVE_GENERIC_INIT_TASK # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT |