From: John Stultz Date: Tue, 4 Sep 2012 19:38:12 +0000 (-0400) Subject: time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems X-Git-Tag: v3.7-rc1~35^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bb1fcf57a0c2e45f7e67fbf0a8ed475a749236;p=pandora-kernel.git time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems We only do rounding to the next nanosecond so we don't see minor 1ns inconsistencies in the vsyscall implementations. Since we're changing the vsyscall implementations to avoid this, conditionalize the rounding only to the GENERIC_TIME_VSYSCALL_OLD architectures. Cc: Tony Luck Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Andy Lutomirski Cc: Martin Schwidefsky Cc: Paul Turner Cc: Steven Rostedt Cc: Richard Cochran Cc: Prarit Bhargava Cc: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed