Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Use the define name PMAP_HWPAGEWA...
details: https://anonhg.NetBSD.org/src/rev/7214e1004947
branches: trunk
changeset: 353839:7214e1004947
user: skrll <skrll%NetBSD.org@localhost>
date: Thu May 25 20:42:41 2017 +0000
description:
Use the define name PMAP_HWPAGEWALKER and not PMAP_TLB_HWPAGEWALKER
diffstat:
sys/arch/arm/include/arm32/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r fe151884fda3 -r 7214e1004947 sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Thu May 25 20:42:36 2017 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Thu May 25 20:42:41 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.146 2017/05/25 20:32:48 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.147 2017/05/25 20:42:41 skrll Exp $ */
/*
* Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -84,8 +84,8 @@
#endif
#ifdef ARM_MMU_EXTENDED
+#define PMAP_HWPAGEWALKER 1
#define PMAP_TLB_MAX 1
-#define PMAP_TLB_HWPAGEWALKER 1
#if PMAP_TLB_MAX > 1
#define PMAP_TLB_NEED_SHOOTDOWN 1
#endif
Home |
Main Index |
Thread Index |
Old Index