mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Removed SMP_PRIVPAGES from options list.
This functionality is now automatic.
This commit is contained in:
parent
a62a7a2756
commit
233f81dc6b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26850
1 changed files with 2 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: mptable.c,v 1.3 1997/05/10 17:46:57 fsmp Exp $
|
||||
* $Id: mptable.c,v 1.4 1997/05/22 22:55:05 fsmp Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
#define VMAJOR 2
|
||||
#define VMINOR 0
|
||||
#define VDELTA 11
|
||||
#define VDELTA 12
|
||||
|
||||
/*
|
||||
* this will cause the raw mp table to be dumped to /tmp/mpdump
|
||||
|
@ -1134,9 +1134,6 @@ doOptionList( void )
|
|||
printf( "#options NINTR=%d\t\t# number of INTs\n",
|
||||
(nintr < 24) ? 24 : nintr );
|
||||
|
||||
printf( "\n# Currently broken:\n" );
|
||||
printf( "#options SMP_PRIVPAGES\t\t# BROKEN, DO NOT use!\n" );
|
||||
|
||||
printf( "\n# Rogue hardware:\n" );
|
||||
printf( "#\n# Tyan Tomcat II:\n" );
|
||||
printf( "#options SMP_TIMER_NC\t\t# \n" );
|
||||
|
|
Loading…
Reference in a new issue