summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-11 17:51:26 +0000
committerjkh <jkh@FreeBSD.org>1995-01-11 17:51:26 +0000
commitac310ce08006074da89434431f46dc34d942e50e (patch)
tree6ebd0982d4102b28a0ddfbea570339c7cfe4d626 /sys
parent7f6bcdf38b7ab831767cae4576da564649563d21 (diff)
downloadFreeBSD-src-ac310ce08006074da89434431f46dc34d942e50e.zip
FreeBSD-src-ac310ce08006074da89434431f46dc34d942e50e.tar.gz
Change GENERIC to SWAP_GENERIC for now. I need the GENERIC kernel to
build by default again! When the furor subsides, maybe something better can be done, but..
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/autoconf.c4
-rw-r--r--sys/i386/i386/autoconf.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 23ee815..a0842b1 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.16 1994/11/12 01:47:35 phk Exp $
+ * $Id: autoconf.c,v 1.17 1994/12/31 17:11:59 jkh Exp $
*/
/*
@@ -103,7 +103,7 @@ configure()
#ifdef FFS
if (!mountroot) {
mountroot = ffs_mountroot;
-#ifdef GENERIC
+#ifdef SWAP_GENERIC
if ((boothowto & RB_ASKNAME) == 0)
setroot();
setconf();
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index 23ee815..a0842b1 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.16 1994/11/12 01:47:35 phk Exp $
+ * $Id: autoconf.c,v 1.17 1994/12/31 17:11:59 jkh Exp $
*/
/*
@@ -103,7 +103,7 @@ configure()
#ifdef FFS
if (!mountroot) {
mountroot = ffs_mountroot;
-#ifdef GENERIC
+#ifdef SWAP_GENERIC
if ((boothowto & RB_ASKNAME) == 0)
setroot();
setconf();
OpenPOWER on IntegriCloud