mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04: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
2 changed files with 0 additions and 10 deletions
|
|
@ -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 a new issue