Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx copyin(): Fix comment. No binary cha...
details: https://anonhg.NetBSD.org/src/rev/ea5346658120
branches: trunk
changeset: 369980:ea5346658120
user: rin <rin%NetBSD.org@localhost>
date: Sun Sep 11 09:27:18 2022 +0000
description:
copyin(): Fix comment. No binary changes.
diffstat:
sys/arch/powerpc/ibm4xx/trap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 77e9873bc5aa -r ea5346658120 sys/arch/powerpc/ibm4xx/trap.c
--- a/sys/arch/powerpc/ibm4xx/trap.c Sun Sep 11 09:14:56 2022 +0000
+++ b/sys/arch/powerpc/ibm4xx/trap.c Sun Sep 11 09:27:18 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.94 2022/09/11 09:08:04 rin Exp $ */
+/* $NetBSD: trap.c,v 1.95 2022/09/11 09:27:18 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -69,7 +69,7 @@
#define __UFETCHSTORE_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.94 2022/09/11 09:08:04 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.95 2022/09/11 09:27:18 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -494,7 +494,7 @@
"mtpid %[pid];"
"isync;"
- "stswx %[tmp],0,%[kaddr];" /* Store kernel byte */
+ "stswx %[tmp],0,%[kaddr];" /* Store kernel bytes */
"dcbst 0,%[kaddr];" /* flush cache */
"sync;"
Home |
Main Index |
Thread Index |
Old Index