cpu_pause.c: fix typo

Signed-off-by: TaiJuWu <tjwu1217@gmail.com>
This commit is contained in:
TaiJuWu 2023-10-14 07:38:45 +08:00 committed by David Sidrane
parent f196d108bf
commit 1989749850
10 changed files with 10 additions and 10 deletions

View file

@ -90,7 +90,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -90,7 +90,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -172,7 +172,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -100,7 +100,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -140,7 +140,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -102,7 +102,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -89,7 +89,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -90,7 +90,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -133,7 +133,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *

View file

@ -90,7 +90,7 @@ bool up_cpu_pausereq(int cpu)
* Description: * Description:
* Handle a pause request from another CPU. Normally, this logic is * Handle a pause request from another CPU. Normally, this logic is
* executed from interrupt handling logic within the architecture-specific * executed from interrupt handling logic within the architecture-specific
* However, it is sometimes necessary necessary to perform the pending * However, it is sometimes necessary to perform the pending
* pause operation in other contexts where the interrupt cannot be taken * pause operation in other contexts where the interrupt cannot be taken
* in order to avoid deadlocks. * in order to avoid deadlocks.
* *