diff options
Diffstat (limited to 'kexec/arch/sh/netbsd_booter.S')
-rw-r--r-- | kexec/arch/sh/netbsd_booter.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kexec/arch/sh/netbsd_booter.S b/kexec/arch/sh/netbsd_booter.S index e660b3d..d4d16df 100644 --- a/kexec/arch/sh/netbsd_booter.S +++ b/kexec/arch/sh/netbsd_booter.S @@ -1,5 +1,5 @@ .globl netbsd_booter -netbsd_booter: +netbsd_booter: mov.l ccr,r0 mov #0,r1 mov.l r1,@r0 @@ -17,17 +17,17 @@ netbsd_booter: mov.l @r0,r1 add #4,r0 mov.l @r0,r4 ! howto - add #4,r0 + add #4,r0 mov r0,r5 ! bootinfo jmp @r1 nop nop nop .align 4 -ccr: .long 0xff00001c - +ccr: .long 0xff00001c + .align 8 -netbsd_start: +netbsd_start: .long 0x8c001000 .long 0x200 ! howto .long 0 ! bootinfo |