/openbmc/linux/arch/nios2/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/csky/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/riscv/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/arm64/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/hexagon/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/openrisc/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/arch/arc/include/uapi/asm/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/scripts/ |
H A D | checksyscalls.sh | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | diff c8ce48f06503eee20f189eed5b2aa736272b7344 Mon Feb 18 10:30:06 CST 2019 Arnd Bergmann <arnd@arndb.de> asm-generic: Make time32 syscall numbers optional
We don't want new architectures to even provide the old 32-bit time_t based system calls any more, or define the syscall number macros.
Add a new __ARCH_WANT_TIME32_SYSCALLS macro that gets enabled for all existing 32-bit architectures using the generic system call table, so we don't change any current behavior. Since this symbol is evaluated in user space as well, we cannot use a Kconfig CONFIG_* macro but have to define it in uapi/asm/unistd.h.
On 64-bit architectures, the same system call numbers mostly refer to the system calls we want to keep, as they already pass 64-bit time_t.
As new architectures no longer provide these, we need new exceptions in checksyscalls.sh.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|