Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Add a tiny bit of whitespace.



details:   https://anonhg.NetBSD.org/src/rev/cac675889664
branches:  trunk
changeset: 763883:cac675889664
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Apr 06 05:43:11 2011 +0000

description:
Add a tiny bit of whitespace.

diffstat:

 sys/arch/mips/include/locore.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0b9324c8fc69 -r cac675889664 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Wed Apr 06 05:42:45 2011 +0000
+++ b/sys/arch/mips/include/locore.h    Wed Apr 06 05:43:11 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index