-
- Downloads
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 adapts
ret_from_fork accordingly. The arm64-specific kernel_thread
implementation is no longer needed.
Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>
Showing
- arch/arm64/Kconfig 1 addition, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/processor.h 0 additions, 5 deletionsarch/arm64/include/asm/processor.h
- arch/arm64/kernel/entry.S 4 additions, 1 deletionarch/arm64/kernel/entry.S
- arch/arm64/kernel/process.c 24 additions, 53 deletionsarch/arm64/kernel/process.c
Loading
Please register or sign in to comment