diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 18:55:37 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 18:55:37 +0000 |
| commit | 2e69f359d1ac1574cf0094be77c6458e94b1627c (patch) | |
| tree | 083e432bb7d4d36885717d7d3e4c7b3effacecf4 /sys/amd64/include | |
| parent | 0b73305bddacf29a3ea801c7e8875409e0175ed3 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/fpu.h | 4 | ||||
| -rw-r--r-- | sys/amd64/include/npx.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 276a269e6ce4..84fae1a382ce 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $Id: npx.h,v 1.7 1995/01/03 03:57:46 bde Exp $ + * $Id: npx.h,v 1.8 1995/08/17 11:30:02 davidg Exp $ */ /* @@ -143,7 +143,7 @@ struct proc; int npxdna __P((void)); void npxexit __P((struct proc *p)); void npxinit __P((int control)); -void npxintr __P((struct intrframe frame)); +void npxintr __P((int unit)); void npxsave __P((struct save87 *addr)); #endif diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h index 276a269e6ce4..84fae1a382ce 100644 --- a/sys/amd64/include/npx.h +++ b/sys/amd64/include/npx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $Id: npx.h,v 1.7 1995/01/03 03:57:46 bde Exp $ + * $Id: npx.h,v 1.8 1995/08/17 11:30:02 davidg Exp $ */ /* @@ -143,7 +143,7 @@ struct proc; int npxdna __P((void)); void npxexit __P((struct proc *p)); void npxinit __P((int control)); -void npxintr __P((struct intrframe frame)); +void npxintr __P((int unit)); void npxsave __P((struct save87 *addr)); #endif |
