Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/i386/include/npx.h 92761 2002-03-20 05:48:58Z alfred $
---
> * $FreeBSD: head/sys/i386/include/npx.h 103408 2002-09-16 19:25:41Z mini $
76c76
< u_long sv_ex_sw; /* status word for last exception */
---
> u_char sv_pad0[4]; /* padding for (now unused) saved status word */
115,116c115
< u_long sv_ex_sw; /* status word for last exception */
< u_char sv_pad[220];
---
> u_char sv_pad[224];
144a144
> void npxdrop(void);
146c146,148
< void npxinit(int control);
---
> int npxformat(void);
> int npxgetregs(struct thread *td, union savefpu *addr);
> void npxinit(u_short control);
147a150
> void npxsetregs(struct thread *td, union savefpu *addr);