Changes between Version 5 and Version 6 of GSoC/2014/ParavirtualizationOfRTEMS


Ignore:
Timestamp:
08/18/14 18:15:04 (10 years ago)
Author:
Youren Shen
Comment:

/* The interrupt mask function */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014/ParavirtualizationOfRTEMS

    v5 v6  
    248248      {
    249249        v->arch.irqdesc[j].pending = TRUE;
    250     v->pending = TRUE;
    251     v->arch.irqdesc[i].count++;
     250        v->pending = TRUE;
     251        v->arch.irqdesc[i].count++;
    252252      }
    253253    }