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 whitespace cleanup
details: https://anonhg.NetBSD.org/src/rev/21e94bff2b77
branches: trunk
changeset: 764645:21e94bff2b77
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 29 22:06:43 2011 +0000
description:
whitespace cleanup
diffstat:
sys/arch/mips/mips/cache_r5k.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r df883302db1c -r 21e94bff2b77 sys/arch/mips/mips/cache_r5k.c
--- a/sys/arch/mips/mips/cache_r5k.c Fri Apr 29 22:06:12 2011 +0000
+++ b/sys/arch/mips/mips/cache_r5k.c Fri Apr 29 22:06:43 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache_r5k.c,v 1.14 2011/02/20 07:45:47 matt Exp $ */
+/* $NetBSD: cache_r5k.c,v 1.15 2011/04/29 22:06:43 matt Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache_r5k.c,v 1.14 2011/02/20 07:45:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache_r5k.c,v 1.15 2011/04/29 22:06:43 matt Exp $");
#include <sys/param.h>
@@ -621,8 +621,8 @@
r5k_sdcache_wbinv_range(va, size);
}
-#define mips_r5k_round_page(x) (((x) + (128 * 32 - 1)) & ~(128 * 32 - 1))
-#define mips_r5k_trunc_page(x) ((x) & ~(128 * 32 - 1))
+#define mips_r5k_round_page(x) (((x) + (128 * 32 - 1)) & ~(128 * 32 - 1))
+#define mips_r5k_trunc_page(x) ((x) & ~(128 * 32 - 1))
void
r5k_sdcache_wbinv_range(vaddr_t va, vsize_t size)
Home |
Main Index |
Thread Index |
Old Index