• Andrey Panin's avatar
    [PATCH] add unlikely() into add_timer() · 8d8b9a2d
    Andrey Panin authored
    This micropatch adds unlikely() macro into add_timer() bug check code.
    Without this path gcc 3.1 makes bad thing reordering printk() into
    the middle of function body.
    8d8b9a2d
timer.c 24.7 KB