Mike Smith once wrote:

> For  a  usable  dynamic  architecture, loadable  modules  need  to  be
> compiled to support both UP and SMP architectures simultaneously. Thus
> the locking primitives need to be conditionalised at _runtime_.

What about

        kldload /modules/up/whatever.ko
and
        kldload /modules/smp/whatever.ko

and even

        kldload /debug-modules/up/whatever.ko
        [...]

                -mi



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to