MFR r261294:
Remove an unneeded space in the BERI merge. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
ccce67094a
commit
6eebe77865
@ -351,7 +351,7 @@ mips_vector_init(void)
|
||||
* XXXRW: Why don't we install the XTLB handler for all 64-bit
|
||||
* architectures?
|
||||
*/
|
||||
#if defined(__mips_n64) || defined(CPU_RMI) || defined(CPU_NLM) || defined (CPU_BERI)
|
||||
#if defined(__mips_n64) || defined(CPU_RMI) || defined(CPU_NLM) || defined(CPU_BERI)
|
||||
/* Fake, but sufficient, for the 32-bit with 64-bit hardware addresses */
|
||||
bcopy(MipsTLBMiss, (void *)MIPS_XTLB_MISS_EXC_VEC,
|
||||
MipsTLBMissEnd - MipsTLBMiss);
|
||||
|
Loading…
x
Reference in New Issue
Block a user