diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index 2c29934c337..c6fca671c22 100644 --- a/usr.sbin/mptable/mptable.c +++ b/usr.sbin/mptable/mptable.c @@ -217,7 +217,8 @@ main( int argc, char *argv[] ) apic_probe( &paddr, &where ); if ( where <= 0 ) { fprintf( stderr, "\n MP FPS NOT found,\n" ); - fprintf( stderr, " suggest trying -grope option!!!\n\n" ); + if (!grope) + fprintf( stderr, " suggest trying -grope option!!!\n\n" ); return 1; }