• T
    hrtimer: mark migration state · b00c1a99
    Thomas Gleixner 提交于
    Impact: during migration active hrtimers can be seen as inactive
    
    The migration code removes the hrtimers from the queues of the dead
    CPU and sets the state temporary to INACTIVE. The enqueue code sets it
    to ACTIVE/PENDING again.
    
    Prevent that the wrong state can be seen by using a separate migration
    state bit.
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    b00c1a99
hrtimer.c 41.7 KB