From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] ARM: kvm: rename cpu_reset to avoid name clash Date: Wed, 11 Sep 2013 18:50:02 -0700 Message-ID: <20130912015002.GO9860@cbox> References: <1378938461-10835-1-git-send-email-olof@lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, "linux-arm-kernel@lists.infradead.org" , Ian Campbell To: Olof Johansson Return-path: Received: from mail-pb0-f43.google.com ([209.85.160.43]:37445 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751635Ab3ILBt6 (ORCPT ); Wed, 11 Sep 2013 21:49:58 -0400 Received: by mail-pb0-f43.google.com with SMTP id md4so9840282pbc.2 for ; Wed, 11 Sep 2013 18:49:58 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 11, 2013 at 03:39:26PM -0700, Olof Johansson wrote: > On Wed, Sep 11, 2013 at 3:27 PM, Olof Johansson wrote: > > cpu_reset is already #defined in as processor.reset, > > so it expands here and causes problems. > > > > Signed-off-by: Olof Johansson > > I just noticed this is broken on 3.10 too, so if/when applying feel free to add: > > Cc: # 3.10+ > Thanks for the fix, applied. -Christoffer