mn10300: Use generic init_task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 May 2012 09:02:56 +0000 (09:02 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 5 May 2012 11:00:24 +0000 (13:00 +0200)
commitfe285f523bc13185da6d4c740655b2c27c75cf13
tree949e085a86815892b2c3bd18d8e3a0a935bd66bc
parent957b369c3d35d73e1d0c3e9d21db791e58984cbb
mn10300: 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>
Acked-by: David Howells <dhowells@redhat.com>
Link: http://lkml.kernel.org/r/20120503085035.011270394@linutronix.de
arch/mn10300/Kconfig
arch/mn10300/Makefile
arch/mn10300/kernel/Makefile
arch/mn10300/kernel/init_task.c [deleted file]