aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-10-10 01:06:48 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-10-10 01:06:48 +0000
commita12dee4de77693f2532d8cc51bb2e6fd30bc34d4 (patch)
tree1ef658b9a1062c0776ba11bd6dcd8ae7142099f5
parentc1d9efcbb9ab7727c66d808450665ce82edf50e7 (diff)
Notes
-rw-r--r--sys/amd64/include/cpu.h4
-rw-r--r--sys/i386/include/cpu.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 01eb10558124d..90ee9a28d759e 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.11 1994/10/04 18:25:51 ache Exp $
+ * $Id: cpu.h,v 1.12 1994/10/08 22:21:32 phk Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -118,7 +118,7 @@ extern struct cpu_nameclass i386_cpus[];
int cpu_fork __P((struct proc *, struct proc *));
int npxdna __P((void));
void npxexit __P((struct proc *p));
-
+void resettodr __P((void));
#endif
#endif /* !_MACHINE_CPU_H_ */
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index 01eb10558124d..90ee9a28d759e 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.11 1994/10/04 18:25:51 ache Exp $
+ * $Id: cpu.h,v 1.12 1994/10/08 22:21:32 phk Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -118,7 +118,7 @@ extern struct cpu_nameclass i386_cpus[];
int cpu_fork __P((struct proc *, struct proc *));
int npxdna __P((void));
void npxexit __P((struct proc *p));
-
+void resettodr __P((void));
#endif
#endif /* !_MACHINE_CPU_H_ */