mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 13:37:18 +00:00
Remove some traiilng whitespace
This commit is contained in:
parent
e39077775d
commit
4e306087af
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ void arch_enable_dcache(void)
|
|||
ARM_DSB();
|
||||
|
||||
/* Enable the D-Cache */
|
||||
|
||||
|
||||
ccr = getreg32(NVIC_CFGCON);
|
||||
ccr |= NVIC_CFGCON_DC;
|
||||
putreg32(ccr, NVIC_CFGCON);
|
||||
|
|
@ -150,7 +150,7 @@ void arch_disable_dcache(void)
|
|||
ARM_DSB();
|
||||
|
||||
/* Disable the D-Cache */
|
||||
|
||||
|
||||
ccr = getreg32(NVIC_CFGCON);
|
||||
ccr &= ~NVIC_CFGCON_DC;
|
||||
putreg32(ccr, NVIC_CFGCON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue