Date: Mon, 3 Mar 2014 20:28:27 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r262717 - stable/10/sys/mips/mips Message-ID: <201403032028.s23KSRwG003416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Mon Mar 3 20:28:27 2014 New Revision: 262717 URL: http://svnweb.freebsd.org/changeset/base/262717 Log: MFR r261294: Remove an unneeded space in the BERI merge. Sponsored by: DARPA, AFRL Modified: stable/10/sys/mips/mips/machdep.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/mips/mips/machdep.c ============================================================================== --- stable/10/sys/mips/mips/machdep.c Mon Mar 3 18:06:25 2014 (r262716) +++ stable/10/sys/mips/mips/machdep.c Mon Mar 3 20:28:27 2014 (r262717) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403032028.s23KSRwG003416>