keep track of IRQ context and don't do thread migration there

This commit is contained in:
Balazs Gerofi
2015-07-23 16:55:46 +09:00
parent 54eb345847
commit 3988b0fc61
3 changed files with 7 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ struct cpu_local_var {
ihk_spinlock_t migq_lock;
struct list_head migq;
int in_interrupt;
} __attribute__((aligned(64)));