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 Fix macro name; PMAP_TLB_NEED_SHO...



details:   https://anonhg.NetBSD.org/src/rev/773df8ef8b71
branches:  trunk
changeset: 796717:773df8ef8b71
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Sun Jun 15 03:27:46 2014 +0000

description:
Fix macro name; PMAP_TLB_NEED_SHOOTDOWN => PMAP_NEED_TLB_SHOOTDOWN

diffstat:

 sys/arch/arm/include/arm32/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 545a8c7e014c -r 773df8ef8b71 sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Sun Jun 15 02:27:15 2014 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Sun Jun 15 03:27:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.132 2014/04/16 07:29:52 matt Exp $  */
+/*     $NetBSD: pmap.h,v 1.133 2014/06/15 03:27:46 ozaki-r Exp $       */
 
 /*
  * Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
 #define PMAP_TLB_MAX                   1
 #define PMAP_TLB_HWPAGEWALKER          1
 #if PMAP_TLB_MAX > 1
-#define PMAP_TLB_NEED_SHOOTDOWN                1
+#define PMAP_NEED_TLB_SHOOTDOWN                1
 #endif
 #define PMAP_TLB_FLUSH_ASID_ON_RESET   (arm_has_tlbiasid_p)
 #define PMAP_TLB_NUM_PIDS              256



Home | Main Index | Thread Index | Old Index