Skip to content
Snippets Groups Projects
Commit b00c1a99 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

hrtimer: mark migration state


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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 41e1022e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment