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 ;-) Martin