Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/booke Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/bc05715f6622
branches: trunk
changeset: 374284:bc05715f6622
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Apr 17 06:48:07 2023 +0000
description:
Trailing whitespace
diffstat:
sys/arch/powerpc/booke/trap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r f1f50687c6a2 -r bc05715f6622 sys/arch/powerpc/booke/trap.c
--- a/sys/arch/powerpc/booke/trap.c Mon Apr 17 06:46:53 2023 +0000
+++ b/sys/arch/powerpc/booke/trap.c Mon Apr 17 06:48:07 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.39 2022/10/26 07:35:20 skrll Exp $ */
+/* $NetBSD: trap.c,v 1.40 2023/04/17 06:48:07 skrll Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: trap.c,v 1.39 2022/10/26 07:35:20 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: trap.c,v 1.40 2023/04/17 06:48:07 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
@@ -300,7 +300,7 @@ isi_exception(struct trapframe *tf, ksig
if (VM_PAGEMD_EXECPAGE_P(mdpg))
UVMHIST_LOG(pmapexechist,
"srr0=%#x pg=%p (pa %#"PRIxPADDR"): "
- "no syncicache (already execpage)",
+ "no syncicache (already execpage)",
tf->tf_srr0, (uintptr_t)pg, pa, 0);
else
UVMHIST_LOG(pmapexechist,
@@ -459,7 +459,7 @@ pgm_exception(struct trapframe *tf, ksig
UVMHIST_FUNC(__func__); UVMHIST_CALLED(pmapexechist);
- UVMHIST_LOG(pmapexechist, " srr0/1=%#x/%#x esr=%#x pte=%#x",
+ UVMHIST_LOG(pmapexechist, " srr0/1=%#x/%#x esr=%#x pte=%#x",
tf->tf_srr0, tf->tf_srr1, tf->tf_esr,
*trap_pte_lookup(tf, trunc_page(tf->tf_srr0), PSL_IS));
Home |
Main Index |
Thread Index |
Old Index