From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932692AbbBJOTo (ORCPT ); Tue, 10 Feb 2015 09:19:44 -0500 Received: from casper.infradead.org ([85.118.1.10]:59796 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755943AbbBJOTn (ORCPT ); Tue, 10 Feb 2015 09:19:43 -0500 Date: Tue, 10 Feb 2015 15:19:37 +0100 From: Peter Zijlstra To: Xunlei Pang Cc: lkml , "rtc-linux@googlegroups.com" , Thomas Gleixner , Alessandro Zummo , John Stultz , Arnd Bergmann Subject: Re: [PATCH v3 1/2] time: Don't bother to run rtc_resume() for the nonstop clocksource Message-ID: <20150210141937.GC7119@twins.programming.kicks-ass.net> References: <1422547147-3073-1-git-send-email-xlpang@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 04, 2015 at 09:59:02PM +0800, Xunlei Pang wrote: > Ping ... John, could you look at this?