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 Fix comment
details: https://anonhg.NetBSD.org/src/rev/69129e2a54b6
branches: trunk
changeset: 451858:69129e2a54b6
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jun 08 11:57:27 2019 +0000
description:
Fix comment
diffstat:
sys/arch/arm/arm32/bus_dma.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r cca8273f5c28 -r 69129e2a54b6 sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c Sat Jun 08 08:20:10 2019 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c Sat Jun 08 11:57:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.113 2018/09/14 10:13:02 skrll Exp $ */
+/* $NetBSD: bus_dma.c,v 1.114 2019/06/08 11:57:27 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
#include "opt_cputypes.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.113 2018/09/14 10:13:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.114 2019/06/08 11:57:27 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -1022,9 +1022,6 @@
* Common function for DMA map synchronization. May be called
* by bus-specific DMA map synchronization functions.
*
- * This version works for the Virtually Indexed Virtually Tagged
- * cache found on 32-bit ARM processors.
- *
* XXX Should have separate versions for write-through vs.
* XXX write-back caches. We currently assume write-back
* XXX here, which is not as efficient as it could be for
Home |
Main Index |
Thread Index |
Old Index