Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/c17398e592ae
branches: trunk
changeset: 341837:c17398e592ae
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Nov 25 08:32:33 2015 +0000
description:
Trailing whitespace.
diffstat:
sys/arch/arm/arm32/arm32_kvminit.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r 292cb80d3b51 -r c17398e592ae sys/arch/arm/arm32/arm32_kvminit.c
--- a/sys/arch/arm/arm32/arm32_kvminit.c Wed Nov 25 07:34:49 2015 +0000
+++ b/sys/arch/arm/arm32/arm32_kvminit.c Wed Nov 25 08:32:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arm32_kvminit.c,v 1.35 2015/06/01 19:16:44 matt Exp $ */
+/* $NetBSD: arm32_kvminit.c,v 1.36 2015/11/25 08:32:33 skrll Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@@ -124,7 +124,7 @@
#include "opt_multiprocessor.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_kvminit.c,v 1.35 2015/06/01 19:16:44 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_kvminit.c,v 1.36 2015/11/25 08:32:33 skrll Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -240,7 +240,7 @@
}
bmi->bmi_nfreeblocks = pv - bmi->bmi_freeblocks;
-
+
SLIST_INIT(&bmi->bmi_freechunks);
SLIST_INIT(&bmi->bmi_chunks);
}
@@ -596,7 +596,7 @@
#if ARM_MMU_XSCALE == 1
#if (ARM_NMMUS > 1)
if (xscale_use_minidata)
-#endif
+#endif
valloc_pages(bmi, &minidataclean, 1,
VM_PROT_READ|VM_PROT_WRITE, 0, true);
#endif
@@ -845,13 +845,13 @@
VM_PROT_READ|VM_PROT_WRITE, PTE_CACHE);
}
- /* Map the Mini-Data cache clean area. */
+ /* Map the Mini-Data cache clean area. */
#if ARM_MMU_XSCALE == 1
#if (ARM_NMMUS > 1)
if (xscale_use_minidata)
-#endif
+#endif
xscale_setup_minidata(l1pt_va, minidataclean.pv_va,
- minidataclean.pv_pa);
+ minidataclean.pv_pa);
#endif
/*
Home |
Main Index |
Thread Index |
Old Index