From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755202AbcB2MZN (ORCPT ); Mon, 29 Feb 2016 07:25:13 -0500 Received: from e38.co.us.ibm.com ([32.97.110.159]:56367 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753848AbcB2MZF (ORCPT ); Mon, 29 Feb 2016 07:25:05 -0500 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: shreyas@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org From: "Shreyas B. Prabhu" To: mpe@ellerman.id.au Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, benh@kernel.crashing.org, paulus@samba.org, mahesh@linux.vnet.ibm.com, maddy@linux.vnet.ibm.com, "Shreyas B. Prabhu" Subject: [PATCH 0/3] powerpc/powernv: Cpuidle related cleanup Date: Mon, 29 Feb 2016 17:52:57 +0530 Message-Id: <1456748580-10519-1-git-send-email-shreyas@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.3 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16022912-0029-0000-0000-000010EC8493 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches are purely code movement and cleanup. There is no functionality change. Note, there are multiple style error reported for patch 1 and 2. I think this is because checkpatch script mistakes the patches as C code because of the presence of semi-colon in each line. I for now have largely ignored these errors. Shreyas B. Prabhu (3): powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header powerpc/powernv: Encapsulate idle preparation steps in a macro powerpc/powernv: make hypervisor state restore a function arch/powerpc/include/asm/cpuidle.h | 68 ++++++++++++++ arch/powerpc/include/asm/exception-64s.h | 19 ++++ arch/powerpc/kernel/exceptions-64s.S | 29 +----- arch/powerpc/kernel/idle_power7.S | 148 ++++++++----------------------- 4 files changed, 129 insertions(+), 135 deletions(-) -- 1.9.3