Module Name:    src
Committed By:   ozaki-r
Date:           Sun Jun 15 03:27:46 UTC 2014

Modified Files:
        src/sys/arch/arm/include/arm32: pmap.h

Log Message:
Fix macro name; PMAP_TLB_NEED_SHOOTDOWN => PMAP_NEED_TLB_SHOOTDOWN


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/arm/include/arm32/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/arm/include/arm32/pmap.h
diff -u src/sys/arch/arm/include/arm32/pmap.h:1.132 src/sys/arch/arm/include/arm32/pmap.h:1.133
--- src/sys/arch/arm/include/arm32/pmap.h:1.132	Wed Apr 16 07:29:52 2014
+++ src/sys/arch/arm/include/arm32/pmap.h	Sun Jun 15 03:27:46 2014
@@ -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

Reply via email to