Re: [RFC][PATCH (3/7)] new timeofday x86-64 specific changes (v A5)

From: john stultz
Date: Mon May 16 2005 - 13:56:21 EST


All,
I just realized a last minute function name change didn't get updated
on the x86-64 patch. This small fix applies on top of my timeofday-
arch-x86-64_A5 patch to resolve the issue.

thanks
-john

arch/x86_64/kernel/vsyscall.c: needs update
Index: arch/x86_64/kernel/vsyscall.c
===================================================================
--- 59012af04a74f0dbf82461c74469537b90e1c8ed/arch/x86_64/kernel/vsyscall.c (mode:100644)
+++ uncommitted/arch/x86_64/kernel/vsyscall.c (mode:100644)
@@ -194,7 +194,7 @@
}

/* save off wall time as timeval */
- vsyscall_gtod_data.wall_time_tv = ns2timeval(wall_time);
+ vsyscall_gtod_data.wall_time_tv = ns_to_timeval(wall_time);

/* save offset_base */
vsyscall_gtod_data.offset_base = offset_base;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/