summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-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. */