diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 09:02:56 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 11:00:24 (GMT) |
commit | cf5e6def83fabdf10a05dc5a5981eda1672cb79c (patch) | |
tree | 5442dfe76b91afd7c6a0590d462ac883573e125c /arch/openrisc/Kconfig | |
parent | fe285f523bc13185da6d4c740655b2c27c75cf13 (diff) | |
download | linux-fsl-qoriq-cf5e6def83fabdf10a05dc5a5981eda1672cb79c.tar.xz |
openrisc: 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: Jonas Bonn <jonas@southpole.se>
Link: http://lkml.kernel.org/r/20120503085035.083343435@linutronix.de
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r-- | arch/openrisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index a478719..6d92193 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -17,6 +17,7 @@ config OPENRISC select GENERIC_IOMAP select GENERIC_CPU_DEVICES select GENERIC_ATOMIC64 + select HAVE_GENERIC_INIT_TASK config MMU def_bool y |