patch-2.3.99-pre6 linux/arch/sh/kernel/head.S
Next file: linux/arch/sh/kernel/irq.c
Previous file: linux/arch/sh/kernel/fpu.c
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Apr 24 13:54:17 2000
- Orig file:
v2.3.99-pre5/linux/arch/sh/kernel/head.S
- Orig date:
Tue Apr 11 15:09:14 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/arch/sh/kernel/head.S linux/arch/sh/kernel/head.S
@@ -41,12 +41,21 @@
ldc $r0, $sr
! Initialize global interrupt mask
mov #0, $r0
- ldc $r0, $r5_bank
+ ldc $r0, $r6_bank
!
mov.l 2f, $r0
mov $r0, $r15 ! Set initial r15 (stack pointer)
- ldc $r0, $r4_bank ! and stack base
+ mov #0x20, $r1 !
+ shll8 $r1 ! $r1 = 8192
+ sub $r1, $r0 !
+ ldc $r0, $r7_bank ! ... and init_task
!
+#if defined(__SH4__)
+ ! Initialize fpu
+ mov.l 7f, $r0
+ jsr @$r0
+ nop
+#endif
! Enable cache
mov.l 6f, $r0
jsr @$r0
@@ -71,3 +80,6 @@
4: .long SYMBOL_NAME(_end)
5: .long SYMBOL_NAME(start_kernel)
6: .long SYMBOL_NAME(cache_init)
+#if defined(__SH4__)
+7: .long SYMBOL_NAME(fpu_init)
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)