Module Name: src
Committed By: maya
Date: Tue Aug 8 09:34:59 UTC 2017
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
Remove whitespace I just introduced
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/mips/mips/mipsX_subr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.101 src/sys/arch/mips/mips/mipsX_subr.S:1.102
--- src/sys/arch/mips/mips/mipsX_subr.S:1.101 Tue Aug 8 09:33:41 2017
+++ src/sys/arch/mips/mips/mipsX_subr.S Tue Aug 8 09:34:59 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.101 2017/08/08 09:33:41 maya Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.102 2017/08/08 09:34:59 maya Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -1289,7 +1289,7 @@ NESTED_NOPROFILE(MIPSX(user_reserved_ins
* Save a minimum of registers to see if this is rdhwr $3,$29
*/
#ifdef MIPS3_LOONGSON2
- li k0, MIPS_DIAG_BTB_CLEAR | MIPS_DIAG_RAS_DISABLE
+ li k0, MIPS_DIAG_BTB_CLEAR | MIPS_DIAG_RAS_DISABLE
mtc0 k0, MIPS_COP_0_DIAG
#endif
/* K1 already has CURLWP */