summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/syscall_table_32.S
diff options
context:
space:
mode:
authorRichard Cochran <richard.cochran@omicron.at>2011-02-01 13:52:30 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2011-02-02 14:28:19 (GMT)
commitce26efdefa5e8f22d933df72d7f7482725091d6d (patch)
tree28019b09bd1a523cdb3e24e58b0c6b93f7bf96a6 /arch/x86/kernel/syscall_table_32.S
parentf1f1d5ebd10ffa4242bce7a90a56a222d6b7bc77 (diff)
downloadlinux-ce26efdefa5e8f22d933df72d7f7482725091d6d.tar.xz
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/kernel/syscall_table_32.S')
-rw-r--r--arch/x86/kernel/syscall_table_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index b35786d..68c7b9a 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -340,3 +340,4 @@ ENTRY(sys_call_table)
.long sys_fanotify_init
.long sys_fanotify_mark
.long sys_prlimit64 /* 340 */
+ .long sys_clock_adjtime