On 13/07/2016 11:49, Fam Zheng wrote: > > + error_code = (exit_qualification << 2) & PFERR_USER_MASK; > > + /* it is a write fault? */ > > error_code = exit_qualification & PFERR_WRITE_MASK; > > Did you mean s/=/|=/ for this line?
Ugh, yes.
On 13/07/2016 11:49, Fam Zheng wrote: > > + error_code = (exit_qualification << 2) & PFERR_USER_MASK; > > + /* it is a write fault? */ > > error_code = exit_qualification & PFERR_WRITE_MASK; > > Did you mean s/=/|=/ for this line?
Ugh, yes.