• Andrew Morton's avatar
    [PATCH] POSIX timers interface long/int cleanup · 9d3488a8
    Andrew Morton authored
    From: Eric Piel <Eric.Piel@Bull.Net>
    
    Fixes some long/int confusion on 64-bit machines which was causing failures
    on ia64 - we end up trying to set bits in the 32-63 range on an int and the
    kernel locks up.
    
    Also cleans up idr.h.
    
    George has acked this change.
    9d3488a8
idr.c 9.23 KB