arm: fix tabs-vs-space issues in isr_wrapper.s
Change-Id: I4a87fe44e2a9444a460e7b0629d41a845ad2e7ed Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
aa47ce79c6
commit
f166d84220
1 changed files with 30 additions and 31 deletions
|
@ -74,13 +74,12 @@ SECTION_FUNC(TEXT, _isr_wrapper)
|
|||
|
||||
#ifdef CONFIG_ADVANCED_POWER_MANAGEMENT
|
||||
/*
|
||||
* All interrupts are disabled when handling idle wakeup.
|
||||
* For tickless idle, this ensures that the calculation and programming of
|
||||
* the device for the next timer deadline is not interrupted.
|
||||
* For non-tickless idle, this ensures that the clearing of the kernel idle
|
||||
* state is not interrupted.
|
||||
* In each case, _sys_power_save_idle_exit is called with interrupts
|
||||
* disabled.
|
||||
* All interrupts are disabled when handling idle wakeup. For tickless
|
||||
* idle, this ensures that the calculation and programming of the device
|
||||
* for the next timer deadline is not interrupted. For non-tickless idle,
|
||||
* this ensures that the clearing of the kernel idle state is not
|
||||
* interrupted. In each case, _sys_power_save_idle_exit is called with
|
||||
* interrupts disabled.
|
||||
*/
|
||||
cpsid i /* PRIMASK = 1 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue