mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user