commit | 1cca8ba9ec34dcdf14c492b21a7366bba22617ec | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@mediatek.com> | Fri May 20 11:21:34 2022 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jul 13 23:03:37 2022 +0200 |
tree | 283fde9519e00f4ffa4d1a75843546cfb14eb1cc | |
parent | 357fa8bb4d40abf411a6cca70f5a2dd6413028ea [diff] |
mips: add asm/mipsmtregs.h for MIPS multi-threading To be compatible with old u-boot used by lots of MT7621 devices, the u-boot needs to boot-up MT7621's all cores, and all VPES of each core. This patch adds asm/mipsmtregs.h from linux kernel which is need for boot-up VPEs. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>