K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-03-08T03:58:50.000000Z K 7 svn:log V 322 Initialize eflags in fake frame to default value rather than random one. The random value sometimes causes macro CLKF_USERMODE to return true because PSL_VM bit is set and really shoudn't be, this causes statclock() to execute in wrong path, and further breaks KSE code and kernel crashes when executing threaded program. END