Pull in a few bits from FreeBSD. Add a structure size field and floating
commit226c2b724b2dcebf49c05c0ed71e38553a86cf16
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Jan 2007 21:15:57 +0000 (13 21:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Jan 2007 21:15:57 +0000 (13 21:15 +0000)
tree28655ca4ad8e2ec43aaa291e03102fd667a57daa
parent2e5581edbec32ee5e1b7f45e46d8663f4c310240
Pull in a few bits from FreeBSD.  Add a structure size field and floating
point management fields to the signal context and mcontext/ucontext.  These
fields will allow us to optimize the floating point save/restore in the
future.
sys/cpu/i386/include/signal.h
sys/cpu/i386/include/ucontext.h
sys/platform/pc32/i386/machdep.c
sys/platform/vkernel/i386/cpu_regs.c