forked from Imagelibrary/rtems
bsp/qoriq: Initialize FPU on secondary thread
This commit is contained in:
@@ -247,6 +247,10 @@ _start_thread:
|
|||||||
li r0, 0
|
li r0, 0
|
||||||
stw r0, 0(r1)
|
stw r0, 0(r1)
|
||||||
|
|
||||||
|
#ifdef INITIALIZE_FPU
|
||||||
|
bl .Linitfpu
|
||||||
|
#endif
|
||||||
|
|
||||||
b qoriq_start_thread
|
b qoriq_start_thread
|
||||||
#endif
|
#endif
|
||||||
_start_secondary_processor:
|
_start_secondary_processor:
|
||||||
|
|||||||
Reference in New Issue
Block a user