• Andrew Morton's avatar
    [PATCH] page accounting atomicity fix · a3e77b89
    Andrew Morton authored
    The global page accounting functions are currently using "+=" against a
    ulong.  But this can happen at interrupt time as well, and "+=" is not
    atomic against interrupt-time modification of the same word.
    
    Change it to use local_irq_save()
    a3e77b89
page-flags.h 8.76 KB