[BACK]Return to xen_ipi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / x86

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/xen/x86/xen_ipi.c between version 1.34 and 1.35

version 1.34, 2019/11/23 19:40:38 version 1.35, 2019/12/01 15:34:46
Line 291  xen_ipi_ast(struct cpu_info *ci, struct 
Line 291  xen_ipi_ast(struct cpu_info *ci, struct 
         KASSERT(ci != NULL);          KASSERT(ci != NULL);
         KASSERT(intrf != NULL);          KASSERT(intrf != NULL);
   
         aston(ci->ci_data.cpu_onproc);          aston(ci->ci_onproc);
 }  }
   
 void  void

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>