From a12dee4de77693f2532d8cc51bb2e6fd30bc34d4 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 10 Oct 1994 01:06:48 +0000 Subject: [PATCH] Cosmetics. Added a prototype. --- sys/amd64/include/cpu.h | 4 ++-- sys/i386/include/cpu.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index 01eb10558124..90ee9a28d759 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 01eb10558124..90ee9a28d759 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_ */