summaryrefslogtreecommitdiff
path: root/arch/or1k
diff options
context:
space:
mode:
Diffstat (limited to 'arch/or1k')
-rw-r--r--arch/or1k/bits/ipc.h2
-rw-r--r--arch/or1k/syscall_arch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/or1k/bits/ipc.h b/arch/or1k/bits/ipc.h
index 3d894e30..40d6f3a2 100644
--- a/arch/or1k/bits/ipc.h
+++ b/arch/or1k/bits/ipc.h
@@ -9,5 +9,3 @@ struct ipc_perm {
long __pad1;
long __pad2;
};
-
-#define IPC_64 0
diff --git a/arch/or1k/syscall_arch.h b/arch/or1k/syscall_arch.h
index 5a9b074a..21738ce0 100644
--- a/arch/or1k/syscall_arch.h
+++ b/arch/or1k/syscall_arch.h
@@ -111,3 +111,5 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
"r23", "r25", "r27", "r29", "r31");
return r11;
}
+
+#define IPC_64 0