On 2018/11/19 22:46, Martin Husemann wrote:
On Mon, Nov 19, 2018 at 10:40:38PM +0900, Rin Okuyama wrote:
-       ci->ci_xen_clockf_usermode = USERMODE(regs->if_tf.tf_cs);
-       ci->ci_xen_clockf_pc = regs->if_tf.tf_rip;
+       ci->ci_xen_clockf_usermode = USERMODE(regs->_INTRFRAME_CS);
+       ci->ci_xen_clockf_pc = regs->_INTRFRAME_IP;

Let us stop committing untested codes in order to just fix build.

This also applies to the original commit which broke the build ;-)

Exactly. It should be responsibility of the original commiter to
fix the problem. Let's notice s/he before "fixing" it.

Thanks,
rin

Reply via email to