NetBSD/sys/arch/powerpc
dsl 95739e63cd Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
of the fp save area to all the process_read_fpregs() and
  process_write_fpregs() functions.
None of the functions have been modified to use the new parameters.
The size is set for all the writes, but some of the arch-specific reads
  just pass NULL.
The amd64 (and i386) need variable sized fp register save areas in order
  to support AVX and other enhanced register areas.
These functions are rarely called - so the extra argument won't matter.
2014-01-04 00:10:02 +00:00
..
booke Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
conf Support Synopsys DesigneWave OTG on PowerPC 405EX. 2013-11-21 13:33:15 +00:00
fpu Add support for PPC FP emulation to BookE. 2012-07-23 04:13:06 +00:00
ibm4xx Move the parameters for obs600 to obs600_autoconf.c. This parameters was set from u-boot. 2013-11-21 13:52:27 +00:00
include Use __syncicache() in sljit on powerpc. 2013-11-25 23:53:44 +00:00
isa Call kmem_intr_free() with kmem_intr_alloc-ed memory instead of free(). 2013-06-09 12:52:33 +00:00
marvell Set pc_intr_map only once. 2013-07-05 02:18:37 +00:00
oea - remove set but unused variables 2013-11-03 22:27:27 +00:00
pci - remove set but unused variables 2013-11-03 22:22:03 +00:00
pic use ci_index. 2013-09-19 23:28:52 +00:00
powerpc Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size 2014-01-04 00:10:02 +00:00
stand Don't depend on libz.a for the tools build, /usr/lib/libz.a might not 2013-07-09 13:10:55 +00:00
tools/chrpicon
Makefile
Makefile.inc