Module Name: src
Committed By: skrll
Date: Mon Jan 22 13:21:35 UTC 2018
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 src/sys/arch/arm/arm32/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.362 src/sys/arch/arm/arm32/pmap.c:1.363
--- src/sys/arch/arm/arm32/pmap.c:1.362 Wed Jan 17 20:30:16 2018
+++ src/sys/arch/arm/arm32/pmap.c Mon Jan 22 13:21:35 2018
@@ -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 @@ pmap_fault_fixup(pmap_t pm, vaddr_t va,
(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