Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips White space nit.
details: https://anonhg.NetBSD.org/src/rev/8d6e0299727f
branches: trunk
changeset: 517720:8d6e0299727f
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Nov 18 03:47:53 2001 +0000
description:
White space nit.
diffstat:
sys/arch/mips/mips/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dfedae4457c3 -r 8d6e0299727f sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Sun Nov 18 03:24:38 2001 +0000
+++ b/sys/arch/mips/mips/pmap.c Sun Nov 18 03:47:53 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.138 2001/11/14 18:15:25 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.139 2001/11/18 03:47:53 simonb Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.138 2001/11/14 18:15:25 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.139 2001/11/18 03:47:53 simonb Exp $");
/*
* Manages physical address maps.
@@ -1569,7 +1569,7 @@
*
* XXXJRT This is totally disgusting.
*/
- if (CPUISMIPS3 && mips_sdcache_line_size == 0)
+ if (CPUISMIPS3 && mips_sdcache_line_size == 0)
mips_dcache_wbinv_range(MIPS_PHYS_TO_KSEG0(phys), NBPG);
#endif
}
Home |
Main Index |
Thread Index |
Old Index