[AArch64] Ensure vector table is page aligned.
2013-07-12 Marcus Shawcroft <marcus.shawcroft@arm.com> * aarch64/cpu-init/rdimon-aem-el3.S (vectors): Page align.
This commit is contained in:
parent
3b2560e500
commit
81fc3e842a
|
@ -1,3 +1,7 @@
|
|||
2013-07-12 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||
|
||||
* aarch64/cpu-init/rdimon-aem-el3.S (vectors): Page align.
|
||||
|
||||
2013-07-09 Sabrina Ni <sabrina@andestech.com>
|
||||
|
||||
* configure.in: Add nds32 subdir.
|
||||
|
|
|
@ -78,10 +78,9 @@ lower_a32_serror:
|
|||
b \label
|
||||
.endm
|
||||
|
||||
.align 7
|
||||
|
||||
/* AArch64 Exception Model -- 3.5.5 Exception Vectors. */
|
||||
|
||||
.align 12
|
||||
vectors:
|
||||
/* Current EL with SP0. */
|
||||
ventry curr_sp0_sync /* Synchronous */
|
||||
|
|
Loading…
Reference in New Issue