summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-06-17 11:27:49 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-06-17 11:27:49 +0000
commit822e0910aad8c0f29044e60212354d5cbcf7ae1d (patch)
tree4ded7c513bc53647c8123bb6f0e4e663efecf867 /sys
parent1915df669e162068452fce1b0c30205e14129e20 (diff)
betterer swapdev
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/hppa/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c
index 80bbfefa9ca..75fb856fd99 100644
--- a/sys/arch/hppa/hppa/conf.c
+++ b/sys/arch/hppa/hppa/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.30 2004/02/10 01:31:21 millert Exp $ */
+/* $OpenBSD: conf.c,v 1.31 2004/06/17 11:27:48 mickey Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -186,7 +186,7 @@ int mem_no = 2; /* major device number of memory special file */
* confuse, e.g. the hashing routines. Instead, /dev/drum is
* provided as a character (raw) device.
*/
-dev_t swapdev = makedev(1, 0);
+dev_t swapdev = makedev(0, 0);
int chrtoblktbl[] = {
/* XXXX This needs to be dynamic for LKMs. */