commit | 8ed3a5426b4245ae22e01f8a65573b8fd5854004 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Nov 15 18:17:41 2018 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Dec 03 01:39:22 2018 -0800 |
tree | 3e8126f3263d5313eb9975ce70ed7a102f91f5e4 | |
parent | 5eacadb5e66b2b100695777ee7d68d8a2d9bd25c [diff] |
xtensa: drop fast_syscall_kernel There must be no xtensa-specific syscalls from the kernel code: register spilling uses call+entry sequence and atomics have proper function implementations. Drop fast_syscall_xtensa. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>