K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-01-09T16:11:09.939991Z K 7 svn:log V 337 MFC r283422: 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. END