diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/cpu/start.S | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/arch/mips/cpu/start.S b/arch/mips/cpu/start.S index 1d21b2324a7..784b8be8146 100644 --- a/arch/mips/cpu/start.S +++ b/arch/mips/cpu/start.S @@ -71,8 +71,9 @@  	move	t0, k0  1:  	PTR_S	zero, 0(t0) +	PTR_ADDIU t0, PTRSIZE  	blt	t0, t1, 1b -	 PTR_ADDIU t0, PTRSIZE +	 nop  #if CONFIG_VAL(SYS_MALLOC_F_LEN)  	PTR_S	sp, GD_MALLOC_BASE(k0)	# gd->malloc_base offset | 
