:. astpending is now undefined (/usr/src/sys/kern/kern_sig.c:1168)
:
:. some calls to get_mplock and rel_mplock are made without #define SMP 
:  conditionnal compile in following modules:
:
:  kern_exec
:  kern_exit
:  kern_sig
:  kern_sync
:  mfs_vfsops
:  mem
:  trap

    Ok, should be fixed soon as the cvsup mirrors update.  I didn't see 
    anything in mfs_vfsops and I have no idea what 'mem' or 'trap' is, but
    I can compile up a UP kernel now.

    If you come across more compilation/options combinations that don't work
    send me email.

    Since we are probably going to be using get_mplock()/rel_mplock() and
    other mutex/locking functions more and more in the mainline kernel
    code, I've decided to turn them into __inline dummies for the UP kernel
    rather then attempt to #ifdef them out.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to