diff options
Diffstat (limited to 'arch/parisc/kernel/head.S')
| -rw-r--r-- | arch/parisc/kernel/head.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/head.S b/arch/parisc/kernel/head.S index a84e31e8287..0e3d9f9b9e3 100644 --- a/arch/parisc/kernel/head.S +++ b/arch/parisc/kernel/head.S @@ -121,7 +121,7 @@ $pgt_fill_loop:  	copy		%r0,%r2  	/* And the RFI Target address too */ -	load32		start_kernel,%r11 +	load32		start_parisc,%r11  	/* And the initial task pointer */  	load32		init_thread_union,%r6  |