Re: [PATCH 04/11] 3.0.x: time: Move common updates to a function

2012-07-17 Thread Jonathan Nieder
John Stultz wrote: > From: Thomas Gleixner > > This is a backport of cc06268c6a87db156af2daed6e96a936b955cc82 > > While not a bugfix itself, it allows following fixes to backport > in a more straightforward manner. Nicely done; thank you. -- To unsubscribe from this list: send the line "unsubscr

[PATCH 04/11] 3.0.x: time: Move common updates to a function

2012-07-17 Thread John Stultz
From: Thomas Gleixner This is a backport of cc06268c6a87db156af2daed6e96a936b955cc82 While not a bugfix itself, it allows following fixes to backport in a more straightforward manner. CC: Thomas Gleixner CC: Eric Dumazet CC: Richard Cochran Signed-off-by: Thomas Gleixner Cc: Prarit Bhargava