arch: Remove SYS_RESERVED from Kconfg

let's arch define the correct value instead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-02-25 15:40:21 +08:00
committed by archer
parent 087b9e5ff3
commit 44bd3212d4
46 changed files with 21 additions and 176 deletions
-11
View File
@@ -29,17 +29,6 @@ menuconfig LIB_SYSCALL
if LIB_SYSCALL
config SYS_RESERVED
int "Number of reserved system calls"
default 0
---help---
Kernel system calls may share the same software trapping mechanism
as other functions used by architecture port. Those software traps
must be reserved for use exclusively by the architecture. These
value specifies the number of reserved software traps used by the
architecture; number of the kernel system calls will begin with this
number.
config SYS_NNEST
int "Number of nested system calls"
default 2