summaryrefslogtreecommitdiffstats
path: root/sys/mips/sibyte
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-05-18 05:12:54 +0000
committerneel <neel@FreeBSD.org>2010-05-18 05:12:54 +0000
commit3e50c01a7f41c52f70d42234f5157b7aa3b4a1cf (patch)
treeca13e92f1ca46cfccd7e2582e060c9b91809edbe /sys/mips/sibyte
parent73cd3a45a22b05421e267c8d8ea16b4737fdb579 (diff)
downloadFreeBSD-src-3e50c01a7f41c52f70d42234f5157b7aa3b4a1cf.zip
FreeBSD-src-3e50c01a7f41c52f70d42234f5157b7aa3b4a1cf.tar.gz
Fix Sibyte SMP kernel breakage caused by r208249.
We need to include the header file that provides declaration of the smp_topo_none() function.
Diffstat (limited to 'sys/mips/sibyte')
-rw-r--r--sys/mips/sibyte/sb_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/sibyte/sb_machdep.c b/sys/mips/sibyte/sb_machdep.c
index 9841ced..ddc5150 100644
--- a/sys/mips/sibyte/sb_machdep.c
+++ b/sys/mips/sibyte/sb_machdep.c
@@ -76,6 +76,7 @@ __FBSDID("$FreeBSD$");
#include <machine/vmparam.h>
#ifdef SMP
+#include <sys/smp.h>
#include <machine/smp.h>
#endif
@@ -347,6 +348,7 @@ platform_ipi_intrnum(void)
struct cpu_group *
platform_smp_topo(void)
{
+
return (smp_topo_none());
}
OpenPOWER on IntegriCloud