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 a comment
details: https://anonhg.NetBSD.org/src/rev/507eb0521ac3
branches: trunk
changeset: 357240:507eb0521ac3
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Nov 01 21:11:44 2017 +0000
description:
Fix a comment
diffstat:
sys/arch/arm/arm32/pmap.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 6b00d6e6122f -r 507eb0521ac3 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Nov 01 19:34:45 2017 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Nov 01 21:11:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.359 2017/10/28 00:37:12 pgoyette Exp $ */
+/* $NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
#include <arm/locore.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.359 2017/10/28 00:37:12 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -7887,10 +7887,7 @@
/*
* On some systems, only some pages may be "coherent" for dma and we
* want to prefer those for pool pages (think mbufs) but fallback to
- * any page if none is available. But we can only fallback if we
- * aren't direct mapping memory or all of memory can be direct-mapped.
- * If that isn't true, pool changes can only come from direct-mapped
- * memory.
+ * any page if none is available.
*/
if (arm_poolpage_vmfreelist != VM_FREELIST_DEFAULT) {
return uvm_pagealloc_strat(NULL, 0, NULL, flags,
Home |
Main Index |
Thread Index |
Old Index