aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-08-31 08:41:58 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-08-31 08:41:58 +0000
commit582e52862ae6a688b156d6519b27e8bdb4ee7388 (patch)
tree6fec29e5c863583855b4554c33c4f9dc7858dee2 /sys/amd64/include/cpu.h
parent2394cd9adbb177a40de61065542f864316a11d27 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index 4b5e6e995132..7b2ef5b10566 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.34 1997/10/27 17:23:02 bde Exp $
+ * $Id: cpu.h,v 1.35 1997/10/28 11:43:47 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -48,17 +48,6 @@
#include <machine/segments.h>
/*
- * Architecture dependent constant for i386 based machines.
- */
-#ifdef PC98
-/* NEC PC-9801/9821 series and compatibles. */
-#define MACHINE_ARCH "pc-98"
-#else
-/* IBM-PC compatibles. */
-#define MACHINE_ARCH "ibm-pc"
-#endif
-
-/*
* definitions of cpu-dependent requirements
* referenced in generic code
*/