|
From: NIIBE Y. <gn...@m1...> - 2001-08-08 00:37:44
|
Masahiro Abe wrote: > RTLinux for SH4 uses FPU. Or more precisely, real-time task running > under rtlinux can use fpu. There can be more than one task running > simultaneously. How do you use it? Save all FPU registers at context switch or interrupts? Do we need FPU in the interrupt handlers? If we can assume there's no use of FPU in interrupt handlers, any task (including kernel threads) works well with lazy save/restore. -- |