From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753918AbbDCI1r (ORCPT ); Fri, 3 Apr 2015 04:27:47 -0400 Received: from terminus.zytor.com ([198.137.202.10]:45053 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403AbbDCI1n (ORCPT ); Fri, 3 Apr 2015 04:27:43 -0400 Date: Fri, 3 Apr 2015 01:27:14 -0700 From: tip-bot for Thomas Gleixner Message-ID: Cc: john.stultz@linaro.org, tglx@linutronix.de, rafael.j.wysocki@intel.com, hpa@zytor.com, peterz@infradead.org, linux-kernel@vger.kernel.org, mingo@kernel.org Reply-To: tglx@linutronix.de, john.stultz@linaro.org, rafael.j.wysocki@intel.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org In-Reply-To: <2422730.dmO29q661S@vostro.rjw.lan> References: <2422730.dmO29q661S@vostro.rjw.lan> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/core] timekeeping: Get rid of stale comment Git-Commit-ID: 347c6f6dda1098318088feb8e60188f0161e743d X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 347c6f6dda1098318088feb8e60188f0161e743d Gitweb: http://git.kernel.org/tip/347c6f6dda1098318088feb8e60188f0161e743d Author: Thomas Gleixner AuthorDate: Fri, 3 Apr 2015 02:39:05 +0200 Committer: Ingo Molnar CommitDate: Fri, 3 Apr 2015 08:44:37 +0200 timekeeping: Get rid of stale comment Arch specific management of xtime/jiffies/wall_to_monotonic is gone for quite a while. Zap the stale comment. Signed-off-by: Thomas Gleixner Signed-off-by: Rafael J. Wysocki Acked-by: John Stultz Cc: Peter Zijlstra Cc: John Stultz Link: http://lkml.kernel.org/r/2422730.dmO29q661S@vostro.rjw.lan Signed-off-by: Ingo Molnar --- kernel/time/timekeeping.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 79b9bc6..946acb7 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -1354,10 +1354,6 @@ void timekeeping_inject_sleeptime64(struct timespec64 *delta) /** * 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) {