* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.

As these functions are used on pre-ARMv6 CPUs as well we don't want
	to make assembler assume that architecture is higher than default one.
This commit is contained in:
Vladimir Serbinenko 2013-12-25 23:31:42 +01:00
parent a6e7719bbe
commit 5bda44d7f9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
As these functions are used on pre-ARMv6 CPUs as well we don't want
to make assembler assume that architecture is higher than default one.
2013-12-25 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/osdep/windows/platform.c (get_platform): Fix EFI

View File

@ -22,7 +22,6 @@
.text
.syntax unified
.arm
.arch armv6
# define DMB mcr p15, 0, r0, c7, c10, 5
# define DSB mcr p15, 0, r0, c7, c10, 4