summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/swtch.S
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-08-17 15:09:14 +0000
committerandrew <andrew@FreeBSD.org>2013-08-17 15:09:14 +0000
commit5dd64f1c485fb614aac3f45675380306012cc71d (patch)
treea938f83d442f42d64ff6122d44b5848fd49a62ed /sys/arm/arm/swtch.S
parentac8f6c2ee40def7c8a7f7df611532e29727d6a15 (diff)
downloadFreeBSD-src-5dd64f1c485fb614aac3f45675380306012cc71d.zip
FreeBSD-src-5dd64f1c485fb614aac3f45675380306012cc71d.tar.gz
Remove the ARMFPE option. It is unsupported, and appears to be broken as
arm_fpe_core_changecontext is not a function.
Diffstat (limited to 'sys/arm/arm/swtch.S')
-rw-r--r--sys/arm/arm/swtch.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/arm/swtch.S b/sys/arm/arm/swtch.S
index cb07133..8439a51 100644
--- a/sys/arm/arm/swtch.S
+++ b/sys/arm/arm/swtch.S
@@ -472,15 +472,6 @@ ENTRY(cpu_switch)
ldr r13, [r7, #(PCB_SP)]
#endif
- /* rem: r6 = lock */
- /* rem: r7 = new pcb */
-
-#ifdef ARMFPE
- add r0, r7, #(USER_SIZE) & 0x00ff
- add r0, r0, #(USER_SIZE) & 0xff00
- bl _C_LABEL(arm_fpe_core_changecontext)
-#endif
-
/* rem: r5 = new lwp's proc */
/* rem: r6 = lock */
/* rem: r7 = new PCB */
OpenPOWER on IntegriCloud