diff options
author | Simon Horman <horms@verge.net.au> | 2007-02-01 17:09:16 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-02-01 17:16:53 +0900 |
commit | 843c2d1ec1bbd2a1c46c99aa24eb1ae0b2109bd6 (patch) | |
tree | 24e51e9e5d30611d601f46f636b3ff5b344e211b /kexec/arch/sh/netbsd_booter.S | |
parent | 35917b5e76e8aef49920cc9693c94863f4ae507b (diff) |
kexec-tools: Remove trailing whitespace in sh code
Signed-off-by: Simon Horman <horms@verge.net.au>
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 |