mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
32-bit mips SMP is unsupported
Per discussions on mips@, 32-bit mips SMP is now unsupported. The files in the tree will compile for a while longer, but when the atomic_swap_64 or similar atomic enters into the MI part of the tree, as currently foreseen sometime next year, these ports will start to no longer link. The JZ4780 is the only such system we have. The UP version of this chip is unaffected by this, and will remain supported. Discussed on: mips@ Relnotes: yes
This commit is contained in:
parent
8c1c50ff87
commit
0741ca101c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342261
@ -29,7 +29,8 @@ mips/ingenic/jz4780_aic.c optional sound xdma
|
||||
mips/ingenic/jz4780_codec.c optional sound
|
||||
|
||||
# SMP
|
||||
mips/ingenic/jz4780_mp.c optional smp
|
||||
mips/ingenic/jz4780_mp.c optional smp \
|
||||
warning "* * * * * 32-bit mips SMP unsupported * * * * *"
|
||||
mips/ingenic/jz4780_mpboot.S optional smp
|
||||
|
||||
# Custom interface between pinctrl and gpio
|
||||
|
Loading…
Reference in New Issue
Block a user