diff options
author | Richard Cochran <richard.cochran@omicron.at> | 2011-02-01 13:52:30 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-02 15:28:19 +0100 |
commit | ce26efdefa5e8f22d933df72d7f7482725091d6d (patch) | |
tree | 28019b09bd1a523cdb3e24e58b0c6b93f7bf96a6 /arch/x86/include/asm/unistd_64.h | |
parent | f1f1d5ebd10ffa4242bce7a90a56a222d6b7bc77 (diff) | |
download | lwn-ce26efdefa5e8f22d933df72d7f7482725091d6d.tar.gz lwn-ce26efdefa5e8f22d933df72d7f7482725091d6d.zip |
x86: Add clock_adjtime for x86
This patch adds the clock_adjtime system call to the x86 architecture.
Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <20110201134419.968905083@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/unistd_64.h')
-rw-r--r-- | arch/x86/include/asm/unistd_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h index 363e9b8a715b..5ee30858f5d6 100644 --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h @@ -669,6 +669,8 @@ __SYSCALL(__NR_fanotify_init, sys_fanotify_init) __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark) #define __NR_prlimit64 302 __SYSCALL(__NR_prlimit64, sys_prlimit64) +#define __NR_clock_adjtime 303 +__SYSCALL(__NR_clock_adjtime, sys_clock_adjtime) #ifndef __NO_STUBS #define __ARCH_WANT_OLD_READDIR |