diff options
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/machdep.c b/sys/arch/mvmeppc/mvmeppc/machdep.c index 58a85f35988..81011c7cf13 100644 --- a/sys/arch/mvmeppc/mvmeppc/machdep.c +++ b/sys/arch/mvmeppc/mvmeppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.6 2001/08/23 14:01:03 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.7 2001/08/27 21:15:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -89,7 +89,6 @@ struct pmap *curpm; struct proc *fpuproc; extern struct user *proc0paddr; -extern int cold; /* * XXX this is to fake out the console routines, while |