freebsd-dev/sys/powerpc
David Schultz a50079b7ff People porting FreeBSD to new architectures ought not have to
implement a deprecated FPU control interface in addition to the
standard one.  To make this clearer, further deprecate ieeefp.h
by not declaring the function prototypes except on architectures
that implement them already.

Currently i386 and amd64 implement the ieeefp.h interface for
compatibility, and for fp[gs]etprec(), which doesn't exist on
most other hardware.  Powerpc, sparc64, and ia64 partially implement
it and probably shouldn't, and other architectures don't implement it
at all.
2011-10-21 06:41:46 +00:00
..
aim Inline the syscallenter() and syscallret(). This reduces the time measured 2011-09-11 16:05:09 +00:00
booke Remove locking of the vm page queues from several pmaps, which only 2011-09-28 15:01:20 +00:00
compile
conf Add a warning about why sbp(4) is commented out so that curious folks 2011-10-19 21:55:20 +00:00
cpufreq Remove unused variables. Spotted by a cppcheck 2011-01-06 20:19:01 +00:00
fpu
include People porting FreeBSD to new architectures ought not have to 2011-10-21 06:41:46 +00:00
mambo Follow up to r225203 refining break-to-debugger run-time configuration 2011-08-27 14:24:27 +00:00
mpc85xx Fix r222813: we need to include sys/cpuset.h. because the PIC interface 2011-07-31 18:30:38 +00:00
ofw Add better error handling for RTAS calls. These can potentially cause 2011-06-26 16:11:36 +00:00
powermac Fix an error that could cause sysctl -a to enter an infinite loop in the 2011-07-30 00:52:13 +00:00
powerpc Enforce a memory barrier in stream operations, as is done on other 2011-10-15 23:15:55 +00:00
ps3 Add descriptor sense support to CAM, and honor sense residuals properly in 2011-10-03 20:32:55 +00:00
psim Fix the interrupt code, broken 7 months ago. The interrupt framework 2011-01-29 20:58:38 +00:00