diff options
author | jpathy <jpathy@mail.nanosouffle.net> | 2013-06-10 18:07:16 +0530 |
---|---|---|
committer | jpathy <jpathy@mail.nanosouffle.net> | 2013-06-10 18:07:16 +0530 |
commit | de463408482b3d1e5c361866ac7500c07c5f4e96 (patch) | |
tree | 9c549e05c063bc3b3ad86a8089db2993feadcca9 /sys/src/9/teg2/fns.h | |
parent | 686f9fa1db8c6f12d86f186cd141485eadaae15e (diff) |
ARM: kernel changes make teg2 procfork() call fpuprocfork() and acid fixes for vfp instruction
Diffstat (limited to 'sys/src/9/teg2/fns.h')
-rw-r--r-- | sys/src/9/teg2/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/teg2/fns.h b/sys/src/9/teg2/fns.h index 5e740176c..0b22066fd 100644 --- a/sys/src/9/teg2/fns.h +++ b/sys/src/9/teg2/fns.h @@ -172,6 +172,7 @@ extern void fpunotify(Ureg*); extern void fpuprocrestore(Proc*); extern void fpuprocsave(Proc*); extern void fpusysprocsetup(Proc*); +extern void fpuprocfork(Proc*); extern int fpuemu(Ureg*); /* |