summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/fpu.h
AgeCommit message (Expand)Author
2020-07-15Expose fpu_get_fault_code() even if !PPC_HAVE_FPU, andrin
2020-07-06Drop unused opt_multiprocessor.h includes.rin
2020-07-06Style and cosmetic changes. No binary changes intended.rin
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2013-08-22-extend the pcu(9) API by a function which saves all context on thedrochner
2011-05-19Remove unnecessary Tab.kiyohara
2011-05-02Move powerpc to use pcu to manage FPU/AltiVec/SPE.matt
2011-01-18Add support for BookE Freescale MPC85xx (e500 core) processors.matt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2005-12-11merge ktrace-lwp.christos
2004-04-16Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp. Use it appropriately.matt
2004-04-04Add int get_fpu_fault_code(void).matt
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-03Change _MACHINE_foo_H_ to _POWERPC_foo_H_matt
2002-07-28restructure the FPU and AltiVEC code so that it works for MP.chs
2002-05-19make usable in LKM context (use #if defined(_KERNEL_OPT))jdolecek
2001-12-05fix macppc MULTIPROCESSOR compilation.chs
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb
2001-02-04Build with -Wall -Wetc.briggs
1999-12-07Fix "FPCSR" to "FPSCR". ("Floating Point Status and Control Register")danw
1996-09-30PowerPC portws