From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 12 May 2016 12:33:16 +0100 Subject: [U-Boot] [PATCH RESEND] arm/arm64: Move barrier instructions into separate header In-Reply-To: <1463051681-19428-1-git-send-email-andre.przywara@arm.com> References: <1463051681-19428-1-git-send-email-andre.przywara@arm.com> Message-ID: <1463052796.1876.9.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2016-05-12 at 12:14 +0100, Andre Przywara wrote: > --- > Hi Hans, Ian, > > can I get an ACK on this please? I'm afraid that given: [...] > ?arch/arm/include/asm/armv7.h???????| 21 +----------------- > ?arch/arm/include/asm/barriers.h????| 44 ++++++++++++++++++++++++++++++++++++++ > ?arch/arm/mach-sunxi/dram_helpers.c |??2 +- It's not really our Ack you need, but the overall arm maintainer's (Albert) ack. (AFAIK there is no separate armv8 maintainer.) FIW for the sunxi hunk: Acked-by: Ian Campbell Although it is so trivial as to be hardly worth it. Ian.