Commit 5061ea2c authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Greg Ungerer

m68knommu: whitespace cleanup in 68328/entry.S

Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 03cbc385
...@@ -43,7 +43,7 @@ badsys: ...@@ -43,7 +43,7 @@ badsys:
jra ret_from_exception jra ret_from_exception
do_trace: do_trace:
movel #-ENOSYS,%sp@(PT_OFF_D0) /* needed for strace*/ movel #-ENOSYS,%sp@(PT_OFF_D0) /* needed for strace*/
subql #4,%sp subql #4,%sp
SAVE_SWITCH_STACK SAVE_SWITCH_STACK
jbsr syscall_trace jbsr syscall_trace
...@@ -57,7 +57,7 @@ do_trace: ...@@ -57,7 +57,7 @@ do_trace:
lea sys_call_table, %a0 lea sys_call_table, %a0
jbsr %a0@(%d1) jbsr %a0@(%d1)
1: movel %d0,%sp@(PT_OFF_D0) /* save the return value */ 1: movel %d0,%sp@(PT_OFF_D0) /* save the return value */
subql #4,%sp /* dummy return address */ subql #4,%sp /* dummy return address */
SAVE_SWITCH_STACK SAVE_SWITCH_STACK
jbsr syscall_trace jbsr syscall_trace
...@@ -71,9 +71,9 @@ ENTRY(system_call) ...@@ -71,9 +71,9 @@ ENTRY(system_call)
SAVE_ALL SAVE_ALL
/* save top of frame*/ /* save top of frame*/
pea %sp@ pea %sp@
jbsr set_esp0 jbsr set_esp0
addql #4,%sp addql #4,%sp
movel %sp@(PT_OFF_ORIG_D0),%d0 movel %sp@(PT_OFF_ORIG_D0),%d0
...@@ -88,10 +88,10 @@ ENTRY(system_call) ...@@ -88,10 +88,10 @@ ENTRY(system_call)
lea sys_call_table,%a0 lea sys_call_table,%a0
movel %a0@(%d0), %a0 movel %a0@(%d0), %a0
jbsr %a0@ jbsr %a0@
movel %d0,%sp@(PT_OFF_D0) /* save the return value*/ movel %d0,%sp@(PT_OFF_D0) /* save the return value*/
ret_from_exception: ret_from_exception:
btst #5,%sp@(PT_OFF_SR) /* check if returning to kernel*/ btst #5,%sp@(PT_OFF_SR) /* check if returning to kernel*/
jeq Luser_return /* if so, skip resched, signals*/ jeq Luser_return /* if so, skip resched, signals*/
Lkernel_return: Lkernel_return:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment