NetBSD/sys/arch/ia64
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
..
acpi Include sapicvar.h for sapic_create(). 2013-04-07 07:37:51 +00:00
compile
conf more bogus number removal 2013-04-27 22:21:12 +00:00
disasm Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
ia64 Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size 2014-01-04 00:10:02 +00:00
include use __unused instead of __USE and void cast to mark iterator variable unused 2013-11-10 00:50:13 +00:00
pci Check return status from ia64_sal_entry(). 2013-01-12 08:40:51 +00:00
stand Use <bsd.klinks.mk> 2013-08-21 07:17:08 +00:00
unwind Fight the ever-increasing size of src checkouts by spelling "useful" 2010-02-28 15:52:16 +00:00
Makefile