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 Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/b16710699e15
branches: trunk
changeset: 371970:b16710699e15
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 23 06:10:09 2022 +0000
description:
Trailing whitespace.
diffstat:
sys/arch/mips/mips/mips_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 9460f8fa3443 -r b16710699e15 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sat Oct 22 20:11:43 2022 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sun Oct 23 06:10:09 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.303 2021/08/09 21:38:04 andvar Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.304 2022/10/23 06:10:09 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.303 2021/08/09 21:38:04 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.304 2022/10/23 06:10:09 skrll Exp $");
#define __INTR_PRIVATE
#include "opt_cputype.h"
@@ -2092,14 +2092,14 @@
paddr_t start = uvm_physseg_get_start(bank);
paddr_t end = uvm_physseg_get_end(bank);
-
+
/* shrink so that it'll fit in the last segment */
if ((end - start) < atop(sz))
sz = ptoa(end - start);
end -= atop(sz);
uvm_physseg_unplug(end, atop(sz));
-
+
#ifdef _LP64
msgbufaddr = (void *) MIPS_PHYS_TO_XKPHYS_CACHED(ptoa(end));
#else
Home |
Main Index |
Thread Index |
Old Index