aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/cpu
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-07-12 01:46:18 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-07-18 14:23:25 +0200
commit81d4b14f7e7e4492d99af96c42be7fd8b26eb4d7 (patch)
tree1008e677ab18f04afa4281bc26aa1ec2b792ba1c /arch/mips/cpu
parentc0f99579faeb9d6a14609d4855a1d6888a10e6f4 (diff)
downloadu-boot-81d4b14f7e7e4492d99af96c42be7fd8b26eb4d7.zip
u-boot-81d4b14f7e7e4492d99af96c42be7fd8b26eb4d7.tar.gz
u-boot-81d4b14f7e7e4492d99af96c42be7fd8b26eb4d7.tar.bz2
mips: sync asm/mipsregs.h with Linux 5.7
Sync asm/mipsregs.h with Linux 5.7. Also replace the custom symbols EBASE_CPUNUM and EBASE_WG with the according symbols from Linux. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/mips/cpu')
-rw-r--r--arch/mips/cpu/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cpu/start.S b/arch/mips/cpu/start.S
index 0c30303..e227717 100644
--- a/arch/mips/cpu/start.S
+++ b/arch/mips/cpu/start.S
@@ -138,7 +138,7 @@ reset:
and t0, t0, (1 << 31)
#else
1: mfc0 t0, CP0_EBASE
- and t0, t0, EBASE_CPUNUM
+ and t0, t0, MIPS_EBASE_CPUNUM
#endif
/* Hang if this isn't the first CPU in the system */