diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2011-05-16 13:22:51 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2011-05-16 13:22:51 +0000 |
| commit | effab97ee041c694074f59399f70fd4d1edfa2a2 (patch) | |
| tree | 64d1e73e0ac0e99845e11c824cd8c96a8cfee9cd /sys/arch/atari/include | |
| parent | e00da95fb0d0ffca04b23ccc69d20482ba4867d5 (diff) | |
- merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c
- move m68881_save() and m68881_restore() declarations into <m68k/m68k.h>
Briefly tested and no obvious breakage on atari, sun3, and x68k.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h index 90750161447..50cfc16efff 100644 --- a/sys/arch/atari/include/cpu.h +++ b/sys/arch/atari/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.66 2011/02/08 20:20:10 rmind Exp $ */ +/* $NetBSD: cpu.h,v 1.67 2011/05/16 13:22:52 tsutsui Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -165,13 +165,9 @@ int fpu_probe(void); /* * Prototypes from locore.s */ -struct fpframe; - void clearseg(paddr_t); void doboot(void); void loadustp(int); -void m68881_save(struct fpframe *); -void m68881_restore(struct fpframe *); void physcopyseg(paddr_t, paddr_t); u_int probeva(u_int, u_int); int suline(void *, void *); |
