Removed SMP_PRIVPAGES from options list.

This functionality is now automatic.
This commit is contained in:
Steve Passe 1997-06-23 20:23:44 +00:00
parent a62a7a2756
commit 233f81dc6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26850

View File

@ -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" );