]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - arch/csky/abiv2/fpu.c
csky: Process management and Signal
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:14 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:13 +0000 (00:54 +0800)
commite9564df753fd547fcbcd4fd10015c3b1213ef452
tree067236e1b2b5812db80e3ba1ea94b0e2a737a28f
parent013de2d6671d89de3397904749c86a69ac0686f7
csky: Process management and Signal

This patch adds files related to task_switch, sigcontext, signal,
fpu context switch.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Eric W. Biederman <ebiederm@xmission.com>
arch/csky/abiv2/fpu.c [new file with mode: 0644]
arch/csky/abiv2/inc/abi/fpu.h [new file with mode: 0644]
arch/csky/include/asm/mmu_context.h [new file with mode: 0644]
arch/csky/include/asm/processor.h [new file with mode: 0644]
arch/csky/include/asm/switch_to.h [new file with mode: 0644]
arch/csky/include/asm/thread_info.h [new file with mode: 0644]
arch/csky/include/uapi/asm/sigcontext.h [new file with mode: 0644]
arch/csky/kernel/process.c [new file with mode: 0644]
arch/csky/kernel/signal.c [new file with mode: 0644]
arch/csky/kernel/time.c [new file with mode: 0644]