From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Fri, 4 Jul 2014 15:55:53 -0700 Subject: [U-Boot] [PATCH] arm: Fix armv8 compilation error In-Reply-To: References: <1402345552-27131-1-git-send-email-drambo@broadcom.com> Message-ID: <53B730F9.8000400@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Albert, I don't think that there is any code currently submitted that triggers this error. (it is "hidden" inside inline functions...) However, you could add one line of code 'anywhere' to test this: test_and_set_bit(1, (volatile void *)0x12345678); Thanks, Steve PS. - using: gcc-linaro-aarch64-linux-gnu-4.8-2014.01_linux/bin/aarch64-linux-gnu- - and: ./MAKEALL -a aarch64 On 14-07-04 02:41 PM, Albert ARIBAUD wrote: > Hi Darwin, > > On Mon, 9 Jun 2014 13:25:52 -0700, Darwin Rambo > wrote: > >> From: "Shaibal.Dutta" >> >> Fix following compilation error when CONFIG_ARM64 is defined >> >> Error: unknown or missing system register name at operand 2 >> -- `mrs x0,daifmsr daifset,#3' >> >> Signed-off-by: Shaibal.Dutta >> Signed-off-by: Darwin Rambo >> Reviewed-by: Darwin Rambo >> --- > > I don't get any such error. Which board and which compiler does it > appear for? > > Amicalement, >