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

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/xen/evtchn.c between version 1.39.4.1 and 1.39.4.2

version 1.39.4.1, 2008/11/11 02:00:06 version 1.39.4.2, 2008/11/14 02:59:39
Line 317  splx:
Line 317  splx:
                         i--;                          i--;
                         iplbit >>= 1;                          iplbit >>= 1;
                 }                  }
                 if (iplmask != 0) {  
                         printf("evtchn_do_event: iplmask %d ilevel %d\n",  
                             iplmask, ilevel);  
                 }  
         }          }
         ci->ci_ilevel = ilevel;          ci->ci_ilevel = ilevel;
         return 0;          return 0;

Legend:
Removed from v.1.39.4.1  
changed lines
  Added in v.1.39.4.2

CVSweb <webmaster@jp.NetBSD.org>