]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
unicore32: Use generic init_task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 May 2012 09:03:00 +0000 (09:03 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 5 May 2012 11:00:26 +0000 (13:00 +0200)
commitd0b691dffaee89a4c9e1890694d0c77201d7a9b1
tree20e4d25d0d25bccb1d77fd998aedb79e2b6e0070
parent293ef7b8288da79112276ddd53902aff75ce7494
unicore32: 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: Guan Xuetao <gxt@mprc.pku.edu.cn>
Link: http://lkml.kernel.org/r/20120503085035.669622065@linutronix.de
arch/unicore32/Kconfig
arch/unicore32/Makefile
arch/unicore32/kernel/Makefile
arch/unicore32/kernel/init_task.c [deleted file]