summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-06-23 20:23:44 +0000
committerfsmp <fsmp@FreeBSD.org>1997-06-23 20:23:44 +0000
commitcd2a620cb01eb940a3f22bd6f0e48a936c594c62 (patch)
treef782048d5ebf09166399efd9fd2f515e2452ef41 /usr.sbin/mptable/mptable.c
parent82bf05e6151596a7d6c9692314cb662b66cf888b (diff)
downloadFreeBSD-src-cd2a620cb01eb940a3f22bd6f0e48a936c594c62.zip
FreeBSD-src-cd2a620cb01eb940a3f22bd6f0e48a936c594c62.tar.gz
Removed SMP_PRIVPAGES from options list.
This functionality is now automatic.
Diffstat (limited to 'usr.sbin/mptable/mptable.c')
-rw-r--r--usr.sbin/mptable/mptable.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index 336e178..fc8edae 100644
--- a/usr.sbin/mptable/mptable.c
+++ b/usr.sbin/mptable/mptable.c
@@ -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" );
OpenPOWER on IntegriCloud