diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-25 19:43:27 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:32:36 -0600 |
commit | 3c2431cd8670d70b194f367f4ea4f335a2d239e8 (patch) | |
tree | b1b9623eb4ca9acd1837c7d0eb7f00302ed7bfe7 /arch/x86/include/asm | |
parent | 52ceb95cd89055acff2deabe509a5bea1329b730 (diff) |
timekeeping: Convert xtime_lock to raw_seqlock
Convert xtime_lock to raw_seqlock and fix up all users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/vgtod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/vgtod.h b/arch/x86/include/asm/vgtod.h index 815285bcaceb..0440e3700f67 100644 --- a/arch/x86/include/asm/vgtod.h +++ b/arch/x86/include/asm/vgtod.h @@ -5,7 +5,7 @@ #include <linux/clocksource.h> struct vsyscall_gtod_data { - seqlock_t lock; + raw_seqlock_t lock; /* open coded 'struct timespec' */ time_t wall_time_sec; |