* 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:
parent
a6e7719bbe
commit
5bda44d7f9
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue