]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: align MVBAR on 32 byte boundary
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 7 Oct 2013 02:46:56 +0000 (11:46 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 6 Dec 2013 20:03:35 +0000 (21:03 +0100)
commit3064d599afaed1e601479efa372a6e83d4ea9deb
tree91328188f830cefea0c2a7fcc2b24c2d745b02f2
parent375a4496ff250baf6e4b845c1ebf40e4b3c409a3
ARM: align MVBAR on 32 byte boundary

The lower 5 bit of MVBAR is UNK/SBZP.
So, Monitor Vector Base Address must be 32-byte aligned.
On the other hand, the secure monitor handler does not need
32-byte alignment.

This commit moves ".algin 5" directive to the correct place.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Andre Przywara <andre.przywara@linaro.org>
arch/arm/cpu/armv7/nonsec_virt.S