Reinstate the XTLB handler for CPU_NLM and CPU_RMI
These platforms set the KX bit even when booted in 32 bit mode. So the XLTB handler is needed even when __mips_n64 is not defined.
This commit is contained in:
parent
6d917491f5
commit
2323b34a2d
@ -346,7 +346,7 @@ mips_vector_init(void)
|
||||
bcopy(MipsTLBMiss, (void *)MIPS_UTLB_MISS_EXC_VEC,
|
||||
MipsTLBMissEnd - MipsTLBMiss);
|
||||
|
||||
#ifdef __mips_n64
|
||||
#if defined(__mips_n64) || defined(CPU_RMI) || defined(CPU_NLM)
|
||||
bcopy(MipsTLBMiss, (void *)MIPS_XTLB_MISS_EXC_VEC,
|
||||
MipsTLBMissEnd - MipsTLBMiss);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user