summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-03-03 20:28:27 +0000
committerbrooks <brooks@FreeBSD.org>2014-03-03 20:28:27 +0000
commit6eebe77865abb548f2bc656c5fbd6fdef2f62247 (patch)
treec5d9a2c1bdb521fa2c6a00a34168578e5cebd563 /sys/mips
parentccce67094aa5e487cc7c97ca7cf7b3e45dd911d8 (diff)
downloadFreeBSD-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.c2
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);
OpenPOWER on IntegriCloud