From 3c10da63aa29563c4ed0da257ade13d880a73b4b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 12 Nov 1996 13:36:52 +0000 Subject: [PATCH] Removed #include of "opt_temporary.h". All the temporary options went away, so this header is no longer generated. This change should be in 2.2. The old version shouldn;t have been in 2.2 (blush). --- sys/amd64/amd64/identcpu.c | 3 +-- sys/i386/i386/identcpu.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 7a4eb8ca852..dee898c4295 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -35,11 +35,10 @@ * SUCH DAMAGE. * * from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp - * $Id: identcpu.c,v 1.7 1996/10/09 19:47:15 bde Exp $ + * $Id: identcpu.c,v 1.8 1996/11/11 20:38:50 bde Exp $ */ #include "opt_cpu.h" -#include "opt_temporary.h" /* for I586_OPTIMIZED_B* */ #include #include diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 7a4eb8ca852..dee898c4295 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -35,11 +35,10 @@ * SUCH DAMAGE. * * from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp - * $Id: identcpu.c,v 1.7 1996/10/09 19:47:15 bde Exp $ + * $Id: identcpu.c,v 1.8 1996/11/11 20:38:50 bde Exp $ */ #include "opt_cpu.h" -#include "opt_temporary.h" /* for I586_OPTIMIZED_B* */ #include #include