K 10 svn:author V 7 dchagin K 8 svn:date V 27 2015-05-24T15:54:58.462004Z K 7 svn:log V 381 Refund the proc emuldata struct for future use. For now move flags from thread emuldata to proc emuldata as it was originally intended. As we can have both 64 & 32 bit Linuxulator running any eventhandler can be called twice for us. To prevent this move eventhandlers code from linux_emul.c to the linux_common.ko module. Differential Revision: https://reviews.freebsd.org/D1073 END