mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Update some comments.
This commit is contained in:
@@ -116,9 +116,9 @@ void up_sigdeliver(void)
|
|||||||
* run with interrupts enabled.
|
* run with interrupts enabled.
|
||||||
*
|
*
|
||||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
* 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
|
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||||
* the critical section would be re-established when the signal handler
|
* the signal handler were to suspend the the critical section would be
|
||||||
* resumes.
|
* re-established when the signal handler resumes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
up_irq_enable();
|
up_irq_enable();
|
||||||
|
|||||||
@@ -129,9 +129,9 @@ void up_sigdeliver(void)
|
|||||||
* run with interrupts enabled.
|
* run with interrupts enabled.
|
||||||
*
|
*
|
||||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
* 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
|
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||||
* the critical section would be re-established when the signal handler
|
* the signal handler were to suspend the the critical section would be
|
||||||
* resumes.
|
* re-established when the signal handler resumes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
up_irq_enable();
|
up_irq_enable();
|
||||||
|
|||||||
@@ -115,9 +115,9 @@ void xtensa_sig_deliver(void)
|
|||||||
* run with interrupts enabled.
|
* run with interrupts enabled.
|
||||||
*
|
*
|
||||||
* REVISIT: 'irqcount' could still be greater than zero in the SMP case.
|
* 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
|
* This is an issue because (1) global spinlocks are still held and (2) if
|
||||||
* the critical section would be re-established when the signal handler
|
* the signal handler were to suspend the the critical section would be
|
||||||
* resumes.
|
* re-established when the signal handler resumes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
up_irq_enable();
|
up_irq_enable();
|
||||||
|
|||||||
Reference in New Issue
Block a user