[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.23.2.1 and 1.23.2.2

version 1.23.2.1, 2018/06/25 07:25:47 version 1.23.2.2, 2018/07/28 04:37:43
Line 168  xen_send_ipi(struct cpu_info *ci, uint32
Line 168  xen_send_ipi(struct cpu_info *ci, uint32
 {  {
         evtchn_port_t evtchn;          evtchn_port_t evtchn;
   
         KASSERT(ci != NULL || ci != curcpu());          KASSERT(ci != NULL && ci != curcpu());
   
         if ((ci->ci_flags & CPUF_RUNNING) == 0) {          if ((ci->ci_flags & CPUF_RUNNING) == 0) {
                 return ENOENT;                  return ENOENT;

Legend:
Removed from v.1.23.2.1  
changed lines
  Added in v.1.23.2.2

CVSweb <webmaster@jp.NetBSD.org>