From: Thomas Gleixner <[email protected]> Arch specific management of xtime/jiffies/wall_to_monotonic is gone for quite a while. Zap the stale comment.
Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: John Stultz <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> --- kernel/time/timekeeping.c | 4 ---- 1 file changed, 4 deletions(-) Index: linux-pm/kernel/time/timekeeping.c =================================================================== --- linux-pm.orig/kernel/time/timekeeping.c +++ linux-pm/kernel/time/timekeeping.c @@ -1307,10 +1307,6 @@ void timekeeping_inject_sleeptime64(stru /** * timekeeping_resume - Resumes the generic timekeeping subsystem. - * - * This is for the generic clocksource timekeeping. - * xtime/wall_to_monotonic/jiffies/etc are - * still managed by arch specific suspend/resume code. */ void timekeeping_resume(void) { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

