diff options
author | Helge Deller <deller@gmx.de> | 2013-02-19 21:42:45 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-02-20 22:57:22 +0100 |
commit | e27da28a565e2a4d82a2d1adc9e0ba4aadd61e97 (patch) | |
tree | 58381034d7f97adaf893933bc922dd16e6910e75 /arch/parisc/include/asm | |
parent | 4474a331cfccc5092b79e3839205aacf44f3a571 (diff) |
parisc: switch to available compat_sched_rr_get_interval implementation
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 3043194547c..f2e390fe74c 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -149,6 +149,7 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \ #define __ARCH_WANT_SYS_SIGNAL #define __ARCH_WANT_SYS_TIME #define __ARCH_WANT_COMPAT_SYS_TIME +#define __ARCH_WANT_COMPAT_SYS_SCHED_RR_GET_INTERVAL #define __ARCH_WANT_SYS_UTIME #define __ARCH_WANT_SYS_WAITPID #define __ARCH_WANT_SYS_SOCKETCALL |