summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-25 00:43:20 +0000
commitec3cb23dd2090f11764de426c83cd89ff2cc38a8 (patch)
tree6c9e9a50dab233c031f7004522ab7e056f7c3d77 /sys/arch/powerpc
parent4d43a30e19552e765939f83669683438cf31eac4 (diff)
cold is in systm now
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/mac/macintr.c3
-rw-r--r--sys/arch/powerpc/mac/openpic.c3
-rw-r--r--sys/arch/powerpc/powerpc/machdep.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/powerpc/mac/macintr.c b/sys/arch/powerpc/mac/macintr.c
index 7f6ef0c040d..4c8b3ca189c 100644
--- a/sys/arch/powerpc/mac/macintr.c
+++ b/sys/arch/powerpc/mac/macintr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: macintr.c,v 1.8 2001/05/02 06:02:46 drahn Exp $ */
+/* $OpenBSD: macintr.c,v 1.9 2001/06/25 00:43:15 mickey Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@@ -243,7 +243,6 @@ macintr_establish(lcv, irq, type, level, ih_fun, ih_arg, name)
{
struct intrhand **p, *q, *ih;
static struct intrhand fakehand;
- extern int cold;
fakehand.ih_next = NULL;
fakehand.ih_fun = fakeintr;
diff --git a/sys/arch/powerpc/mac/openpic.c b/sys/arch/powerpc/mac/openpic.c
index 4cd4a15e35a..2deea0340a6 100644
--- a/sys/arch/powerpc/mac/openpic.c
+++ b/sys/arch/powerpc/mac/openpic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: openpic.c,v 1.10 2001/04/08 05:00:26 drahn Exp $ */
+/* $OpenBSD: openpic.c,v 1.11 2001/06/25 00:43:15 mickey Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@@ -239,7 +239,6 @@ openpic_intr_establish(lcv, irq, type, level, ih_fun, ih_arg, name)
{
struct intrhand **p, *q, *ih;
static struct intrhand fakehand;
- extern int cold;
fakehand.ih_next = NULL;
fakehand.ih_fun = fakeintr;
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c
index 8a7119c90a8..3010775165f 100644
--- a/sys/arch/powerpc/powerpc/machdep.c
+++ b/sys/arch/powerpc/powerpc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.66 2001/06/24 22:00:12 drahn Exp $ */
+/* $OpenBSD: machdep.c,v 1.67 2001/06/25 00:43:16 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -95,7 +95,6 @@ struct pmap *curpm;
struct proc *fpuproc;
extern struct user *proc0paddr;
-extern int cold;
/*
* Declare these as initialized data so we can patch them.