K 10 svn:author V 3 kib K 8 svn:date V 27 2009-01-20T12:07:49.635891Z K 7 svn:log V 339 The context switch to the 32bit binary does not properly restore the fsbase value. The switch loads the fs segment register, that invalidates the value in fsbase msr, thus value in %r9 can not be considered the current value for fsbase anymore. Unconditionally reload fsbase when switching to 32bit binary. PR: 130526 MFC after: 3 weeks END