Re: [PATCH RT] tty: serial: st-asc: Make the locking RT aware
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2017-03-21 20:16:22
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2017-03-21 20:16:22
Also in:
lkml
On Tue, 21 Mar 2017 19:51:47 +0100 (CET) Thomas Gleixner [off-list ref] wrote:
On Tue, 21 Mar 2017, Steven Rostedt wrote:quoted
quoted
/* * Disable interrupts so we don't get the IRQ line bouncingI'm nervous about the above comment, which in full is: /* * Disable interrupts so we don't get the IRQ line bouncing * up and down while interrupts are disabled. */ I'm not sure if disabling interrupts helps on an SMP system. This patch does change what happens when port->sysrq is set. But I'm not sure we care.It disables interrupts at the device level which obviously helps whether on SMP or not.
OK, so this has nothing to do with the local_irq_save() that is being removed, which would be fine then. -- Steve