diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-12 21:33:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-12 21:33:41 +0000 |
commit | c6f54ee98a0792482470379745807765c6cc8e02 (patch) | |
tree | fc5a7aa55a014697aae5df3d86df7fbfd343c9ff /sys/arch/hppa | |
parent | f5add7e44a2a9b8d539b955a1ecc1876a7e42e92 (diff) |
How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern)
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index a506c8b073c..2c288a075d4 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.100 2003/02/12 05:30:47 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.101 2003/02/12 21:33:40 jason Exp $ */ /* * Copyright (c) 1999-2002 Michael Shalayeff @@ -109,8 +109,8 @@ int bufcachepercent = BUFCACHEPERCENT; /* * Different kinds of flags used throughout the kernel. */ -int cold = 1; /* unset when engine is up to go */ -int msgbufmapped; /* set when safe to use msgbuf */ +int cold = 1; /* unset when engine is up to go */ +extern int msgbufmapped; /* set when safe to use msgbuf */ /* * cache configuration, for most machines is the same |