summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/arm/swtch.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/arm/arm/swtch.S b/sys/arm/arm/swtch.S
index f4fffe8..926d8bb 100644
--- a/sys/arm/arm/swtch.S
+++ b/sys/arm/arm/swtch.S
@@ -455,14 +455,8 @@ ENTRY(savectx)
* r0 = pcb
*/
/* Store all the registers in the process's pcb */
-#ifndef __XSCALE__
add r2, r0, #(PCB_R8)
stmia r2, {r8-r13}
-#else
- strd r8, [r0, #(PCB_R8)]
- strd r10, [r0, #(PCB_R10)]
- strd r12, [r0, #(PCB_R12)]
-#endif
ldmfd sp!, {r4-r7, pc}
RET
OpenPOWER on IntegriCloud