• Andrew Morton's avatar
    [PATCH] i386 pgd_index() doesn't parenthesize its arg · 70494a78
    Andrew Morton authored
    Patch from William Lee Irwin III <wli@holomorphy.com>
    
    pgd_index() doesn't parenthesize its argument.  This is a bad idea for
    macros, since it's legitimate to pass expressions to them that will get
    misinterpreted given operator precedence and the shift.
    70494a78
pgtable.h 10.5 KB