summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-28 20:39:50 +0000
committerimp <imp@FreeBSD.org>2010-01-28 20:39:50 +0000
commit1056a1e9f58846f665c7b1b3752f1e665f8cb3b4 (patch)
tree227659bf906e27d60426c7f87cfa00fb02daa96e /sys/mips
parentbb75574462fcee85438568e1e994543daf1966e0 (diff)
downloadFreeBSD-src-1056a1e9f58846f665c7b1b3752f1e665f8cb3b4.zip
FreeBSD-src-1056a1e9f58846f665c7b1b3752f1e665f8cb3b4.tar.gz
We make it to single user well, but not so well to multi-user. Force
single user for the moment since that's a better experience for people trying this code out...
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/cavium/octeon_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/cavium/octeon_machdep.c b/sys/mips/cavium/octeon_machdep.c
index 51fc7da..9b088cf 100644
--- a/sys/mips/cavium/octeon_machdep.c
+++ b/sys/mips/cavium/octeon_machdep.c
@@ -730,6 +730,8 @@ platform_start(__register_t a0, __register_t a1, __register_t a2 __unused,
{
uint64_t platform_counter_freq;
+ boothowto |= RB_SINGLE;
+
/* Initialize pcpu stuff */
mips_pcpu0_init();
mips_timer_early_init(OCTEON_CLOCK_DEFAULT);
OpenPOWER on IntegriCloud