]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: Use generic kernel_thread() implementation
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 5 Oct 2012 11:31:20 +0000 (12:31 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Oct 2012 23:28:40 +0000 (19:28 -0400)
commit129198607148ec8254461cd6ef914ccd9d200542
tree3edb75f90492cdf2b2eb3656c33003a4205f4b90
parentddffeb8c4d0331609ef2581d84de4d763607bd37
arm64: Use generic kernel_thread() implementation

This patch enables CONFIG_GENERIC_KERNEL_THREAD on arm64, changes
copy_threads to cope with kernel threads creation and implements
ret_from_kernel_thread. The arm64-specific kernel_thread implementation
is no longer needed.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/processor.h
arch/arm64/kernel/entry.S
arch/arm64/kernel/process.c