svn commit: r203129 - head/sys/mips/cavium

[ Available lists | Index of svn-src-all | Month of Jan 2010 | Week of 28 Jan 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Warner Losh <imp@FreeBSD.org>
Date
28 Jan 2010 20:39:50
Subject
svn commit: r203129 - head/sys/mips/cavium
Message-ID
201001282039.o0SKdoLe047376@svn.freebsd.org


[ Hide this part ]
Author: imp
Date: Thu Jan 28 20:39:50 2010
New Revision: 203129
URL: http://svn.freebsd.org/changeset/base/203129

Log:
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...

Modified:
head/sys/mips/cavium/octeon_machdep.c

Modified: head/sys/mips/cavium/octeon_machdep.c
==============================================================================
--- head/sys/mips/cavium/octeon_machdep.c Thu Jan 28 20:38:52 2010 (r203128)
+++ head/sys/mips/cavium/octeon_machdep.c Thu Jan 28 20:39:50 2010 (r203129)
@@ -730,6 +730,8 @@ platform_start(__register_t a0, __regist
{
uint64_t platform_counter_freq;

+ boothowto |= RB_SINGLE;
+
/* Initialize pcpu stuff */
mips_pcpu0_init();
mips_timer_early_init(OCTEON_CLOCK_DEFAULT);


Elapsed time: 0.067 seconds