K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-06-26T18:34:45.000000Z K 7 svn:log V 302 Address a problem I missed in removing Giant from the kernel linker. Not all of the module event handlers are MP safe yet, so always acquire Giant for now when invoking module event handlers. Eventually we can add an MPSAFE flag or some such and add appropriate locking to all module event handlers. END