mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove the ARMFPE option. It is unsupported, and appears to be broken as
arm_fpe_core_changecontext is not a function.
This commit is contained in:
parent
fe0670cfb3
commit
becc01ef96
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254454
@ -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 */
|
||||
|
@ -1,7 +1,6 @@
|
||||
#$FreeBSD$
|
||||
ARM9_CACHE_WRITE_THROUGH opt_global.h
|
||||
ARM_CACHE_LOCK_ENABLE opt_global.h
|
||||
ARMFPE opt_global.h
|
||||
ARM_KERN_DIRECTMAP opt_vm.h
|
||||
ARM_L2_PIPT opt_global.h
|
||||
ARM_MANY_BOARD opt_global.h
|
||||
|
Loading…
Reference in New Issue
Block a user