summaryrefslogtreecommitdiff
path: root/sys/src/9/teg2/softfpu.c
AgeCommit message (Collapse)Author
2013-06-10ARM: kernel changes make teg2 procfork() call fpuprocfork() and acid fixes ↵jpathy
for vfp instruction
2013-05-30kernel: do all fp state fork from procfork() (like pc kernel)cinap_lenrek
this simplifies the arm ports and keeps all the stuff in one place instead of spreading it thru notify(), trap() and syscall() functions and prevents useless fp state copying for kernel procs. also make sure to save fp in notify while still splhi().
2013-01-26add tegra2 soc kernel (from sources)cinap_lenrek