aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/init_task.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-05-05unicore32: Use generic init_taskThomas Gleixner1-44/+0
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
2011-03-17unicore32 core architecture: process/thread related codesGuanXuetao1-0/+44
This patch implements process/thread related codes. Backtrace and stacktrace are here. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>