summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 2a3d989..5c6d1da 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -5,6 +5,7 @@
}
%token ANY
+%token ARCH
%token AT
%token BUS
%token COMMA
@@ -23,7 +24,6 @@
%token IOMEM
%token IOSIZ
%token IRQ
-%token MACHINE
%token MAXUSERS
%token MINUS
%token NEXUS
@@ -133,7 +133,7 @@ Spec:
;
Config_spec:
- MACHINE Save_id
+ ARCH Save_id
= {
if (!strcmp($2, "i386")) {
machine = MACHINE_I386;
OpenPOWER on IntegriCloud