From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932690AbbBPNQk (ORCPT ); Mon, 16 Feb 2015 08:16:40 -0500 Received: from casper.infradead.org ([85.118.1.10]:55475 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932569AbbBPNJa (ORCPT ); Mon, 16 Feb 2015 08:09:30 -0500 Message-Id: <20150216122413.764847804@infradead.org> User-Agent: quilt/0.61-1 Date: Mon, 16 Feb 2015 13:15:05 +0100 From: Peter Zijlstra To: linux-kernel@vger.kernel.org, mingo@kernel.org, rjw@rjwysocki.net Cc: tglx@linutronix.de, peterz@infradead.org, John Stultz Subject: [PATCH 30/35] timekeeping: Get rid of stale comment References: <20150216121435.203983131@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=timekeeping-getrid-of-stale-comments.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 --- kernel/time/timekeeping.c | 4 ---- 1 file changed, 4 deletions(-) Index: linux/kernel/time/timekeeping.c =================================================================== --- linux.orig/kernel/time/timekeeping.c +++ linux/kernel/time/timekeeping.c @@ -1166,10 +1166,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. */ static void timekeeping_resume(void) {