diff options
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
| -rw-r--r-- | arch/m68k/include/asm/processor.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index ae700f49e51..b0768a65792 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h @@ -130,7 +130,6 @@ extern int handle_kernel_fault(struct pt_regs *regs);  #define start_thread(_regs, _pc, _usp)                  \  do {                                                    \  	(_regs)->pc = (_pc);                            \ -	((struct switch_stack *)(_regs))[-1].a6 = 0;    \  	setframeformat(_regs);                          \  	if (current->mm)                                \  		(_regs)->d5 = current->mm->start_data;  \  |