[BACK]Return to xen_intr.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_intr.c between version 1.5.2.1 and 1.5.2.2

version 1.5.2.1, 2008/06/23 04:30:51 version 1.5.2.2, 2008/09/18 04:33:39
Line 64  spllower(int nlevel)
Line 64  spllower(int nlevel)
         uint32_t imask;          uint32_t imask;
         u_long psl;          u_long psl;
   
           if (ci->ci_ilevel <= nlevel)
                   return;
   
         __insn_barrier();          __insn_barrier();
   
         imask = IUNMASK(ci, nlevel);          imask = IUNMASK(ci, nlevel);

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

CVSweb <webmaster@jp.NetBSD.org>