Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753630AbaLANq3 (ORCPT ); Mon, 1 Dec 2014 08:46:29 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:38664 "EHLO e06smtp15.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752404AbaLANq1 (ORCPT ); Mon, 1 Dec 2014 08:46:27 -0500 Date: Mon, 1 Dec 2014 14:46:13 +0100 From: Heiko Carstens To: Frederic Weisbecker Cc: LKML , Tony Luck , Peter Zijlstra , Benjamin Herrenschmidt , Thomas Gleixner , Oleg Nesterov , Paul Mackerras , Wu Fengguang , Ingo Molnar , Rik van Riel , Martin Schwidefsky Subject: Re: [RFC PATCH 04/30] s390: Convert open coded idle time seqcount Message-ID: <20141201134613.GF4074@osiris> References: <1417199040-21044-1-git-send-email-fweisbec@gmail.com> <1417199040-21044-5-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417199040-21044-5-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14120113-0021-0000-0000-000001F98DF8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 28, 2014 at 07:23:34PM +0100, Frederic Weisbecker wrote: > s390 uses open coded seqcount to synchronize idle time accounting. > Lets consolidate it with the standard API. > > Cc: Benjamin Herrenschmidt > Cc: Heiko Carstens > Cc: Ingo Molnar > Cc: Martin Schwidefsky > Cc: Oleg Nesterov > Cc: Paul Mackerras > Cc: Peter Zijlstra > Cc: Rik van Riel > Cc: Thomas Gleixner > Cc: Tony Luck > Cc: Wu Fengguang > Signed-off-by: Frederic Weisbecker > --- > arch/s390/include/asm/idle.h | 3 ++- > arch/s390/kernel/idle.c | 28 +++++++++++++++------------- > 2 files changed, 17 insertions(+), 14 deletions(-) This is a nice cleanup. I'll apply it to the s390 tree, so it will go upstream independently of this discussion. Thanks, Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/