diff options
Diffstat (limited to 'arch/m68k/platform/coldfire/entry.S')
| -rw-r--r-- | arch/m68k/platform/coldfire/entry.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S index 281e38c2b6c..881ab8e379d 100644 --- a/arch/m68k/platform/coldfire/entry.S +++ b/arch/m68k/platform/coldfire/entry.S @@ -152,7 +152,7 @@ Lsignal_return:  	subql	#4,%sp			/* dummy return address */  	SAVE_SWITCH_STACK  	pea	%sp@(SWITCH_STACK_SIZE) -	jsr	do_signal +	jsr	do_notify_resume  	addql	#4,%sp  	RESTORE_SWITCH_STACK  	addql	#4,%sp  |