diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 00:43:20 +0000 |
commit | ec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch) | |
tree | 6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/hppa | |
parent | 4d43a30e19552e765939f83669683438cf31eac4 (diff) |
cold is in systm now
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index 4fa24058b42..a3584b8864f 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.14 2001/05/05 22:33:39 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $ */ /* * Copyright (c) 1998-2001 Michael Shalayeff @@ -86,8 +86,6 @@ extern int hz; void cpu_configure() { - extern int cold; - splhigh(); if (config_rootfound("mainbus", "mainbus") == NULL) panic("no mainbus found"); |