aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2013-08-17 15:09:14 +0000
committerAndrew Turner <andrew@FreeBSD.org>2013-08-17 15:09:14 +0000
commitbecc01ef96fa0fc97c3be661df74e99f9622ef52 (patch)
treea938f83d442f42d64ff6122d44b5848fd49a62ed /sys/arm
parentfe0670cfb3998a4ba6ea93b785ff4146e6aad4f5 (diff)
downloadsrc-becc01ef96fa0fc97c3be661df74e99f9622ef52.tar.gz
src-becc01ef96fa0fc97c3be661df74e99f9622ef52.zip
Remove the ARMFPE option. It is unsupported, and appears to be broken as
arm_fpe_core_changecontext is not a function.
Notes
Notes: svn path=/head/; revision=254454
Diffstat (limited to 'sys/arm')
-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 cb071339658e..8439a51072f8 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 */