NetBSD/sys/arch/usermode
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
..
compile
conf use MACHINE_CPU instead of uname -p; create symlink for arm headers 2013-11-10 19:49:49 +00:00
dev Do not call setroot() from MD code and from MI code, which has 2012-07-29 18:05:39 +00:00
include support building on arm 2013-11-10 19:52:01 +00:00
modules/syscallemu use MACHINE_CPU instead of MACHINE_ARCH 2013-11-10 22:08:58 +00:00
target implement md_get_pc and md_set_pc 2013-11-11 13:52:04 +00:00
usermode Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size 2014-01-04 00:10:02 +00:00