summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-04-20 01:09:05 +0000
committerjhb <jhb@FreeBSD.org>2001-04-20 01:09:05 +0000
commit81a2b0cc18ba1c1906e77cf5a8db4f4166e4195c (patch)
tree6370f1bd5ced5a9fa767572a3d2f3dddb5bddfba /sys/kern
parent297eccb6eb84c27755c059bd6720c525ff807790 (diff)
downloadFreeBSD-src-81a2b0cc18ba1c1906e77cf5a8db4f4166e4195c.zip
FreeBSD-src-81a2b0cc18ba1c1906e77cf5a8db4f4166e4195c.tar.gz
Make the ap_boot_mtx mutex static.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 7bc0a32..28a5c72 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -234,7 +234,7 @@ typedef struct BASETABLE_ENTRY {
#define MP_ANNOUNCE_POST 0x19
/* used to hold the AP's until we are ready to release them */
-struct mtx ap_boot_mtx;
+static struct mtx ap_boot_mtx;
/** XXX FIXME: where does this really belong, isa.h/isa.c perhaps? */
int current_postcode;
OpenPOWER on IntegriCloud