From a0d2eeea9da0671faecb31c7f1e426f76e8bc506 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 1 Feb 2017 13:38:41 +0100 Subject: Use "in X config..." instead of "on X config..." --- c-user/interrupt_manager.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'c-user/interrupt_manager.rst') diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst index 529e896..f7c1ce8 100644 --- a/c-user/interrupt_manager.rst +++ b/c-user/interrupt_manager.rst @@ -446,7 +446,7 @@ DESCRIPTION: NOTES: This directive will not cause the calling task to be preempted. - On SMP configurations this will not ensure system wide mutual exclusion. + In SMP configurations, this will not ensure system wide mutual exclusion. Use interrupt locks instead. .. raw:: latex @@ -528,8 +528,8 @@ DIRECTIVE STATUS CODES: NONE DESCRIPTION: - Interrupts will be disabled. On SMP configurations this directive acquires - a SMP lock. + Interrupts will be disabled. In SMP configurations, this directive + acquires an SMP lock. NOTES: This directive will not cause the calling thread to be preempted. This @@ -557,8 +557,8 @@ DIRECTIVE STATUS CODES: NONE DESCRIPTION: - The interrupt status will be restored. On SMP configurations this - directive releases a SMP lock. + The interrupt status will be restored. In SMP configurations, this + directive releases an SMP lock. NOTES: This directive will not cause the calling thread to be preempted. This @@ -586,8 +586,8 @@ DIRECTIVE STATUS CODES: NONE DESCRIPTION: - The interrupt status will remain unchanged. On SMP configurations this - directive acquires a SMP lock. + The interrupt status will remain unchanged. In SMP configurations, this + directive acquires an SMP lock. In case the corresponding interrupt service routine can be interrupted by higher priority interrupts and these interrupts enter the critical section @@ -620,8 +620,8 @@ DIRECTIVE STATUS CODES: DESCRIPTION: - The interrupt status will remain unchanged. On SMP configurations this - directive releases a SMP lock. + The interrupt status will remain unchanged. In SMP configurations, this + directive releases an SMP lock. NOTES: This directive should be called from the corresponding interrupt service -- cgit v1.2.3