aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-11-26 18:50:24 +0000
commit9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0 (patch)
treef95b05e98838fe53bf685481f66b7b598aa237df /sys/i386/include/mptable.h
parente7414d1bfa2efed149b0717112ff4c43d7999c4b (diff)
downloadsrc-9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0.tar.gz
src-9fcdafaefcfdd1f47d65a491bfdb7bc20c4448c0.zip
Staticize.
Notes
Notes: svn path=/head/; revision=41362
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index adf5131b1d84..0575e03d776b 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.82 1998/10/10 09:38:02 kato Exp $
+ * $Id: mp_machdep.c,v 1.83 1998/10/10 13:37:16 kato Exp $
*/
#include "opt_smp.h"
@@ -2183,12 +2183,12 @@ SYSCTL_INT(_machdep, OID_AUTO, forward_irq_enabled, CTLFLAG_RW,
&forward_irq_enabled, 0, "");
/* Enable forwarding of a signal to a process running on a different CPU */
-int forward_signal_enabled = 1;
+static int forward_signal_enabled = 1;
SYSCTL_INT(_machdep, OID_AUTO, forward_signal_enabled, CTLFLAG_RW,
&forward_signal_enabled, 0, "");
/* Enable forwarding of roundrobin to all other cpus */
-int forward_roundrobin_enabled = 1;
+static int forward_roundrobin_enabled = 1;
SYSCTL_INT(_machdep, OID_AUTO, forward_roundrobin_enabled, CTLFLAG_RW,
&forward_roundrobin_enabled, 0, "");