K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-07-31T19:37:03.000000Z K 7 svn:log V 340 - Split the unaligned access check flags out of md_flags in struct mdthread and move them into md_uac in struct mdproc. mdproc is protected by the proc lock. md_flags now is only ever modified by the current thread, so it doesn't need a lock. - Rename the constants for all the per-thread MD flags to use MDTD_* instead of MDP_*. END