Re: [PATCH 14/16] x86/irq: Remove an old outdated comment about context tracking races

2017-11-20 Thread Ingo Molnar
* Andy Lutomirski wrote: > That race has been fixed and code cleaned up for a while now. JFYI, I have added your SOB here, which I assume you just forgot to include. Thanks, Ingo

[PATCH 14/16] x86/irq: Remove an old outdated comment about context tracking races

2017-11-20 Thread Andy Lutomirski
That race has been fixed and code cleaned up for a while now. --- arch/x86/kernel/irq.c | 12 1 file changed, 12 deletions(-) diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c index 49cfd9fe7589..68e1867cca80 100644 --- a/arch/x86/kernel/irq.c +++ b/arch/x86/kernel/irq.c @@