Update some comments.
This commit is contained in:
parent
a581d7c2e3
commit
b5c6d9c849
|
@ -116,9 +116,9 @@ void up_sigdeliver(void)
|
|||
* run with interrupts enabled.
|
||||
*
|
||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
||||
* This would be an issue if the signal handler were to suspend because
|
||||
* the critical section would be re-established when the signal handler
|
||||
* resumes.
|
||||
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||
* the signal handler were to suspend the the critical section would be
|
||||
* re-established when the signal handler resumes.
|
||||
*/
|
||||
|
||||
up_irq_enable();
|
||||
|
|
|
@ -129,9 +129,9 @@ void up_sigdeliver(void)
|
|||
* run with interrupts enabled.
|
||||
*
|
||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
||||
* This would be an issue if the signal handler were to suspend because
|
||||
* the critical section would be re-established when the signal handler
|
||||
* resumes.
|
||||
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||
* the signal handler were to suspend the the critical section would be
|
||||
* re-established when the signal handler resumes.
|
||||
*/
|
||||
|
||||
up_irq_enable();
|
||||
|
|
|
@ -115,9 +115,9 @@ void xtensa_sig_deliver(void)
|
|||
* run with interrupts enabled.
|
||||
*
|
||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
||||
* This would be an issue if the signal handler were to suspend because
|
||||
* the critical section would be re-established when the signal handler
|
||||
* resumes.
|
||||
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||
* the signal handler were to suspend the the critical section would be
|
||||
* re-established when the signal handler resumes.
|
||||
*/
|
||||
|
||||
up_irq_enable();
|
||||
|
|
Loading…
Reference in New Issue