summaryrefslogtreecommitdiff
path: root/sys/i386/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/param.h')
-rw-r--r--sys/i386/include/param.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h
index 031ff74072134..1eb4b34bfa918 100644
--- a/sys/i386/include/param.h
+++ b/sys/i386/include/param.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
- * $Id: param.h,v 1.38 1997/08/29 09:02:40 kato Exp $
+ * $Id: param.h,v 1.39 1997/08/29 11:01:14 kato Exp $
*/
#ifndef _MACHINE_PARAM_H_
@@ -52,17 +52,6 @@
#endif
#define MID_MACHINE MID_I386
-/*
- * 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
-
#ifndef LOCORE
/*