Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



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


Home | Main Index | Thread Index | Old Index