arm: cleanup whitespaces
Change-Id: Ic119697615c641db80f80d7997f43d3a3cab6b91 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2b33b09387
commit
6b3d8acf98
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ GTEXT(atomic_cas)
|
|||
* @brief Atomically clear a memory location
|
||||
*
|
||||
* This routine atomically clears the contents of <target> and returns the old
|
||||
* value that was in <target>.
|
||||
* value that was in <target>.
|
||||
*
|
||||
* This routine can be used from both task and interrupt level.
|
||||
*
|
||||
|
|
|
@ -170,14 +170,14 @@ SECTION_FUNC(TEXT, nano_cpu_idle)
|
|||
|
||||
SECTION_FUNC(TEXT, nano_cpu_atomic_idle)
|
||||
|
||||
/*
|
||||
/*
|
||||
* r0: interrupt mask from caller
|
||||
* r1: zero, for setting BASEPRI (needs a register)
|
||||
*/
|
||||
|
||||
eors.n r1, r1
|
||||
|
||||
/*
|
||||
/*
|
||||
* Lock PRIMASK while sleeping: wfe will still get interrupted by incoming
|
||||
* interrupts but the CPU will not service them right away.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue