K 10 svn:author V 5 markj K 8 svn:date V 27 2014-12-26T22:49:27.100157Z K 7 svn:log V 329 MFC r275011: The module load address always needs to be included when setting the dm_*_va fields of dt_module_t. Previously, this was only done on architectures where kernel modules have type ET_REL; this change fixes that. As a result, symbol name resolution in the stack() action now works properly for kernel modules on i386. END