diff options
author | brooks <brooks@FreeBSD.org> | 2014-03-03 20:28:27 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-03-03 20:28:27 +0000 |
commit | 6eebe77865abb548f2bc656c5fbd6fdef2f62247 (patch) | |
tree | c5d9a2c1bdb521fa2c6a00a34168578e5cebd563 /sys/mips | |
parent | ccce67094aa5e487cc7c97ca7cf7b3e45dd911d8 (diff) | |
download | FreeBSD-src-6eebe77865abb548f2bc656c5fbd6fdef2f62247.zip FreeBSD-src-6eebe77865abb548f2bc656c5fbd6fdef2f62247.tar.gz |
MFR r261294:
Remove an unneeded space in the BERI merge.
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/mips/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 119cbc2..d3b775c2 100644 --- a/sys/mips/mips/machdep.c +++ b/sys/mips/mips/machdep.c @@ -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); |