x86: vdso: Put declaration before code
Sigh, warnings are there for a reason. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andy Lutomirski <luto@amacapital.net> Cc: John Stultz <john.stultz@linaro.org>
This commit is contained in:
parent
5f293474c4
commit
68fe7b23d5
1 changed files with 2 additions and 1 deletions
|
@ -83,9 +83,10 @@ void update_vsyscall_tz(void)
|
||||||
void update_vsyscall(struct timespec *wall_time, struct timespec *wtm,
|
void update_vsyscall(struct timespec *wall_time, struct timespec *wtm,
|
||||||
struct clocksource *clock, u32 mult)
|
struct clocksource *clock, u32 mult)
|
||||||
{
|
{
|
||||||
write_seqcount_begin(&vsyscall_gtod_data.seq);
|
|
||||||
struct timespec monotonic;
|
struct timespec monotonic;
|
||||||
|
|
||||||
|
write_seqcount_begin(&vsyscall_gtod_data.seq);
|
||||||
|
|
||||||
/* copy vsyscall data */
|
/* copy vsyscall data */
|
||||||
vsyscall_gtod_data.clock.vclock_mode = clock->archdata.vclock_mode;
|
vsyscall_gtod_data.clock.vclock_mode = clock->archdata.vclock_mode;
|
||||||
vsyscall_gtod_data.clock.cycle_last = clock->cycle_last;
|
vsyscall_gtod_data.clock.cycle_last = clock->cycle_last;
|
||||||
|
|
Loading…
Reference in a new issue