From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 20/20] timekeeping: Get rid of stale comment Date: Thu, 02 Apr 2015 00:26:27 +0200 Message-ID: <2146070.Jx8GFRJHyY@vostro.rjw.lan> References: <2112147.0kYCHhbEJT@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <2112147.0kYCHhbEJT@vostro.rjw.lan> Sender: linux-kernel-owner@vger.kernel.org To: Peter Zijlstra Cc: Thomas Gleixner , Ingo Molnar , Linux PM list , Linux Kernel Mailing List , ACPI Devel Maling List , John Stultz List-Id: linux-acpi@vger.kernel.org From: Thomas Gleixner Arch specific management of xtime/jiffies/wall_to_monotonic is gone for quite a while. Zap the stale comment. Signed-off-by: Thomas Gleixner Cc: John Stultz Signed-off-by: Rafael J. Wysocki --- 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) {