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/a54a61ac8f3d
branches: trunk
changeset: 358915:a54a61ac8f3d
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jan 22 13:21:35 2018 +0000
description:
Trailing whitespace
diffstat:
sys/arch/arm/arm32/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dbab792f8f9c -r a54a61ac8f3d sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Mon Jan 22 10:41:18 2018 +0000
+++ b/sys/arch/arm/arm32/pmap.c Mon Jan 22 13:21:35 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.362 2018/01/17 20:30:16 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.363 2018/01/22 13:21:35 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
#include <arm/locore.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.362 2018/01/17 20:30:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.363 2018/01/22 13:21:35 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -4304,7 +4304,7 @@
(uintptr_t)pm, va, ftype, user);
#ifdef ARM_MMU_EXTENDED
UVMHIST_LOG(maphist, " ti=%#jx pai=%#jx asid=%#jx",
- (uintptr_t)cpu_tlb_info(curcpu()),
+ (uintptr_t)cpu_tlb_info(curcpu()),
(uintptr_t)PMAP_PAI(pm, cpu_tlb_info(curcpu())),
(uintptr_t)PMAP_PAI(pm, cpu_tlb_info(curcpu()))->pai_asid, 0);
#endif
Home |
Main Index |
Thread Index |
Old Index