summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorQiu Peiyang <peiyangx.qiu@intel.com>2016-09-25 20:34:47 -0400
committerQiu Peiyang <peiyangx.qiu@intel.com>2016-09-25 20:35:09 -0400
commit2a2291d43052e841759f96b048967c9f7a59c2a7 (patch)
tree9059db3a9f56202e8c934d6488d8d56dafe78d31 /arch
parente57b21c78c5ea67cc565d81b8c055b7a3ca0b358 (diff)
remove unused whitespace in arch/arc/core/fault_s.S
commit e57b21c78c ("irq: Use lowest priority not a hard-coded priority 2") introduce a wrong whitespace, not complying with coding style. Remove it. Change-Id: Ie7e48843e5da6cb3417773ef8a57cf9a166c70d6 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arc/core/fault_s.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/core/fault_s.S b/arch/arc/core/fault_s.S
index 0f8d00452..1b97aa85e 100644
--- a/arch/arc/core/fault_s.S
+++ b/arch/arc/core/fault_s.S
@@ -205,7 +205,7 @@ _trap_reschedule:
lr r3, [_ARC_V2_STATUS32]
and r3,r3,(~_ARC_V2_STATUS32_AE)
kflag r3
- /* pretend lowest priority interrupt happened to use common handler */
+ /* pretend lowest priority interrupt happened to use common handler */
lr r3, [_ARC_V2_AUX_IRQ_ACT]
or r3,r3,(1<<(CONFIG_NUM_IRQ_PRIO_LEVELS-1)) /* use lowest */
sr r3, [_ARC_V2_AUX_IRQ_ACT]