commit | a4bb22b23c046398f9789ce06315fdda2e7c30d7 | [log] [tgz] |
---|---|---|
author | developer <developer@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 | 1bb7e370b0ccd71d6702c879ca0e21cf96d361fe [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>