From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752261AbbIXXiD (ORCPT ); Thu, 24 Sep 2015 19:38:03 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:33918 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbbIXXiA (ORCPT ); Thu, 24 Sep 2015 19:38:00 -0400 Date: Thu, 24 Sep 2015 16:37:58 -0700 From: Viresh Kumar To: "Zheng, Lv" Cc: "Rafael J. Wysocki" , "gregkh@linuxfoundation.org" , "linaro-kernel@lists.linaro.org" , "sboyd@codeaurora.org" , "arnd@arndb.de" , "stable@vger.kernel.org" , Len Brown , "open list:ACPI" , open list Subject: Re: [PATCH V3 1/2] ACPI / EC: Fix broken big-endian 64bit platforms using 'global_lock' Message-ID: <20150924233758.GB5951@linux> References: <9b705747a138c96c26faee5218f7b47403195b28.1442305897.git.viresh.kumar@linaro.org> <1515364.kIriLUmZv6@vostro.rjw.lan> <1AE640813FDE7649BE1B193DEA596E883406510E@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1AE640813FDE7649BE1B193DEA596E883406510E@SHSMSX101.ccr.corp.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-09-15, 07:52, Zheng, Lv wrote: > And IMO, if we really want to change global_lock, we should make it bool here. Yeah, so the second patch in this series is doing just that. Just kept this patch separate to make more sense. Will resend both and keep you in cc. -- viresh