Hi--

On May 13, 2010, at 9:34 AM, Heshmat Ismail wrote:
> -cpu            I486_CPU
> -cpu            I586_CPU
> +#cpu           I486_CPU
> +#cpu           I586_CPU
>  cpu            I686_CPU

You don't really want to disable these.  There are some kernel optimizations 
which are only enabled if I586_CPU is set, and are not enabled even if I686_CPU 
is set.  In particular, look at i386/i386/support.s....

Regards,
-- 
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to