Module Name: src
Committed By: matt
Date: Wed Apr 6 05:43:12 UTC 2011
Modified Files:
src/sys/arch/mips/include: locore.h
Log Message:
Add a tiny bit of whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/mips/include/locore.h
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/include/locore.h
diff -u src/sys/arch/mips/include/locore.h:1.85 src/sys/arch/mips/include/locore.h:1.86
--- src/sys/arch/mips/include/locore.h:1.85 Tue Mar 15 07:39:22 2011
+++ src/sys/arch/mips/include/locore.h Wed Apr 6 05:43:11 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.85 2011/03/15 07:39:22 matt Exp $ */
+/* $NetBSD: locore.h,v 1.86 2011/04/06 05:43:11 matt Exp $ */
/*
* This file should not be included by MI code!!!
@@ -141,6 +141,7 @@
uint32_t mips3_cp0_config_read(void);
void mips3_cp0_config_write(uint32_t);
+
#if (MIPS32 + MIPS32R2 + MIPS64 + MIPS64R2) > 0
uint32_t mipsNN_cp0_config1_read(void);
void mipsNN_cp0_config1_write(uint32_t);