Module Name:    src
Committed By:   matt
Date:           Thu Apr  3 13:55:34 UTC 2014

Modified Files:
        src/sys/arch/powerpc/include/booke: pmap.h

Log Message:
Add PMAP_TLB_FLUSH_ASID_ON_RESET define


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/include/booke/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/include/booke/pmap.h
diff -u src/sys/arch/powerpc/include/booke/pmap.h:1.13 src/sys/arch/powerpc/include/booke/pmap.h:1.14
--- src/sys/arch/powerpc/include/booke/pmap.h:1.13	Tue Mar 18 18:20:41 2014
+++ src/sys/arch/powerpc/include/booke/pmap.h	Thu Apr  3 13:55:34 2014
@@ -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)
 

Reply via email to