diff options
Diffstat (limited to 'arch/riscv64')
-rw-r--r-- | arch/riscv64/bits/ipc.h | 2 | ||||
-rw-r--r-- | arch/riscv64/syscall_arch.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv64/bits/ipc.h b/arch/riscv64/bits/ipc.h index 6f3328a8..ef39a0ca 100644 --- a/arch/riscv64/bits/ipc.h +++ b/arch/riscv64/bits/ipc.h @@ -10,5 +10,3 @@ struct ipc_perm { unsigned long __pad1; unsigned long __pad2; }; - -#define IPC_64 0 diff --git a/arch/riscv64/syscall_arch.h b/arch/riscv64/syscall_arch.h index 3e0804ef..7fd042cd 100644 --- a/arch/riscv64/syscall_arch.h +++ b/arch/riscv64/syscall_arch.h @@ -74,3 +74,5 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo /* We don't have a clock_gettime function. #define VDSO_CGT_SYM "__vdso_clock_gettime" #define VDSO_CGT_VER "LINUX_2.6" */ + +#define IPC_64 0 |