From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/5] xen: Use existing __section() macro instead of opencoding it Date: Mon, 8 Jun 2015 13:29:54 +0100 Message-ID: <1433766594.7108.485.camel@citrix.com> References: <1433511082-20472-1-git-send-email-andrew.cooper3@citrix.com> <1433511082-20472-2-git-send-email-andrew.cooper3@citrix.com> <5575A4B80200007800082185@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5575A4B80200007800082185@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Andrew Cooper , Tim Deegan , Stefano Stabellini , Xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-08 at 13:20 +0100, Jan Beulich wrote: > >>> On 05.06.15 at 15:31, wrote: > > No functional change > > > > Signed-off-by: Andrew Cooper > > CC: Keir Fraser > > CC: Jan Beulich > > CC: Ian Campbell > > CC: Stefano Stabellini > > CC: Tim Deegan > > --- > > xen/arch/x86/hvm/hvm.c | 2 +- > > xen/arch/x86/mm.c | 3 +-- > > xen/arch/x86/setup.c | 2 +- > > xen/arch/x86/x86_64/mm.c | 6 ++---- > > xen/include/asm-arm/device.h | 2 +- > > xen/include/asm-arm/platform.h | 2 +- > > 6 files changed, 7 insertions(+), 10 deletions(-) > > Not having seen a ARM maintainer ack so far, I decided to commit > only the x86 parts. It was only posted Friday afternoon. Anyway: Acked-by: Ian Campbell