summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/swtch.S
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-13 04:59:55 +0000
committerimp <imp@FreeBSD.org>2012-06-13 04:59:55 +0000
commit8357ee537019bc93a535c37e3302d55c4572dd40 (patch)
treed8beaf76a2743474b07dd387eb8124508e197cd2 /sys/arm/arm/swtch.S
parent57c7689947a798e4fa446103f01ff8a4d25888dc (diff)
downloadFreeBSD-src-8357ee537019bc93a535c37e3302d55c4572dd40.zip
FreeBSD-src-8357ee537019bc93a535c37e3302d55c4572dd40.tar.gz
Final whitespace trim.
Diffstat (limited to 'sys/arm/arm/swtch.S')
-rw-r--r--sys/arm/arm/swtch.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arm/arm/swtch.S b/sys/arm/arm/swtch.S
index 762fc28..a293c5c 100644
--- a/sys/arm/arm/swtch.S
+++ b/sys/arm/arm/swtch.S
@@ -262,7 +262,7 @@ ENTRY(cpu_switch)
strd r12, [r2, #(PCB_R12)]
#endif
str pc, [r2, #(PCB_PC)]
-
+
/*
* NOTE: We can now use r8-r13 until it is time to restore
* them for the new process.
@@ -291,7 +291,7 @@ ENTRY(cpu_switch)
mrs r3, cpsr
/*
- * We can do that, since
+ * We can do that, since
* PSR_SVC32_MODE|PSR_UND32_MODE == MSR_UND32_MODE
*/
orr r8, r3, #(PSR_UND32_MODE)
@@ -399,7 +399,7 @@ ENTRY(cpu_switch)
movne lr, pc
ldrne pc, [r10, #CF_TLB_FLUSHID_SE]
/*
- * We can do that, since
+ * We can do that, since
* PSR_SVC32_MODE|PSR_UND32_MODE == MSR_UND32_MODE
*/
@@ -422,7 +422,7 @@ ENTRY(cpu_switch)
mrs r3, cpsr
/*
- * We can do that, since
+ * We can do that, since
* PSR_SVC32_MODE|PSR_UND32_MODE == MSR_UND32_MODE
*/
orr r2, r3, #(PSR_UND32_MODE)
@@ -451,7 +451,7 @@ ENTRY(cpu_switch)
#ifdef ARMFPE
add r0, r7, #(USER_SIZE) & 0x00ff
- add r0, r0, #(USER_SIZE) & 0xff00
+ add r0, r0, #(USER_SIZE) & 0xff00
bl _C_LABEL(arm_fpe_core_changecontext)
#endif
OpenPOWER on IntegriCloud