Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include/booke Add PMAP_TLB_FLUSH_ASID_ON_RE...



details:   https://anonhg.NetBSD.org/src/rev/9a6fbc9ebb2d
branches:  trunk
changeset: 328424:9a6fbc9ebb2d
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 03 13:55:34 2014 +0000

description:
Add PMAP_TLB_FLUSH_ASID_ON_RESET define

diffstat:

 sys/arch/powerpc/include/booke/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea2b72a5c565 -r 9a6fbc9ebb2d sys/arch/powerpc/include/booke/pmap.h
--- a/sys/arch/powerpc/include/booke/pmap.h     Thu Apr 03 13:54:59 2014 +0000
+++ b/sys/arch/powerpc/include/booke/pmap.h     Thu Apr 03 13:55:34 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.13 2014/03/18 18:20:41 riastradh Exp $      */
+/*     $NetBSD: pmap.h,v 1.14 2014/04/03 13:55:34 matt Exp $   */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -72,6 +72,7 @@
 #define        PMAP_TLB_NUM_PIDS               256
 #define        PMAP_TLB_MAX                    1
 #define        PMAP_INVALID_SEGTAB_ADDRESS     ((pmap_segtab_t *)0xfeeddead)
+#define        PMAP_TLB_FLUSH_ASID_ON_RESET    false
 
 #define        pmap_phys_address(x)            (x)
 



Home | Main Index | Thread Index | Old Index