sh: Use generic init_task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 May 2012 09:02:59 +0000 (09:02 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 5 May 2012 11:00:25 +0000 (13:00 +0200)
commit41fe22f6553d1384fbef20b195b8c61ed6e768a1
tree703202f745843e4b0a7943952ef8f8a7f6d45def
parent842d7b1ccaefb6668cad193dcc894959ad756f3f
sh: 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: Paul Mundt <lethal@linux-sh.org>
Link: http://lkml.kernel.org/r/20120503085035.398257169@linutronix.de
arch/sh/Kconfig
arch/sh/Makefile
arch/sh/kernel/Makefile
arch/sh/kernel/init_task.c [deleted file]