mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-25 08:00:17 +00:00
start.S: clean up some junk
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
16cff51bd4
commit
f669237c2a
1 changed files with 1 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
.section .init, "ax"
|
||||
|
||||
.align 11
|
||||
.globl _vectors_start
|
||||
_vectors_start:
|
||||
|
||||
|
@ -44,16 +45,12 @@ _vectors_start:
|
|||
b _v_sp0_serr
|
||||
.align 7
|
||||
b _v_sp0_sync
|
||||
b exc_unk
|
||||
.align 7
|
||||
b _v_sp0_irq
|
||||
b exc_unk
|
||||
.align 7
|
||||
b _v_sp0_fiq
|
||||
b exc_unk
|
||||
.align 7
|
||||
b _v_sp0_serr
|
||||
b exc_unk
|
||||
.align 7
|
||||
mov x9, 'p'
|
||||
b exc_unk
|
||||
|
|
Loading…
Reference in a new issue