On Monday 22 March 2010 4:48:19 pm Marcel Moolenaar wrote:
For amd64 I think COMPAT_LINUX32 requires COMPAT_FREEBSD32 in practice for
this reason. If you did make them independent, I would prefer that the code
use things like '#if defined(COMPAT_FREEBSD32) || defined(COMPAT_LINUX32)'
instead of requiring the user to specify both COMPAT_IA32 and
COMPAT_(FREEBSD32|LINUX32).
BTW, in that context COMPAT_FREEBSD32 looks far more consistent than other
alternatives suggested. I think all of the names have various pros and cons
and that changing it is more hassle than its worth. My one suggestion to
Nathan was to move COMPAT_FREEBSD32 in GENERIC on amd64 so it is not
immediately next to COMPAT_FREEBSD<n> to reduce confusion.
--
John Baldwin
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"