summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:57:14 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:57:14 +0000
commitdf5889681215452131c467679cd51691ca09ad66 (patch)
tree9c37698c5cf0d1845ecfae97b03744f4eb808d41 /sys/i386/include/mptable.h
parent32a73ad530917a145974381a8afcf1c282de9687 (diff)
downloadFreeBSD-src-df5889681215452131c467679cd51691ca09ad66.zip
FreeBSD-src-df5889681215452131c467679cd51691ca09ad66.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 89fbf0e..3de13c0 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -2647,7 +2647,7 @@ ipi_self(u_int ipi)
apic_ipi(APIC_DEST_SELF, ipi, APIC_DELMODE_FIXED);
}
-void
+static void
release_aps(void *dummy __unused)
{
OpenPOWER on IntegriCloud