Module Name:    src
Committed By:   nonaka
Date:           Sat Dec 27 12:36:48 UTC 2014

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

Log Message:
Added MMUv2 define.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/include/booke/spr.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/spr.h
diff -u src/sys/arch/powerpc/include/booke/spr.h:1.12 src/sys/arch/powerpc/include/booke/spr.h:1.13
--- src/sys/arch/powerpc/include/booke/spr.h:1.12	Sat Dec 20 16:34:47 2014
+++ src/sys/arch/powerpc/include/booke/spr.h	Sat Dec 27 12:36:48 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: spr.h,v 1.12 2014/12/20 16:34:47 nonaka Exp $	*/
+/*	$NetBSD: spr.h,v 1.13 2014/12/27 12:36:48 nonaka Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -527,6 +527,7 @@
 #define	  MMUCFG_NTLBS_GET(n)	  (((n) >> 2) & 3) /* NTLBS is max value of MAS0[TLBSEL] */
 #define	  MMUCFG_MAVN		  0x00000003 /* MMU Architecture Version Number */
 #define	  MMUCFG_MAVN_V1	  0
+#define	  MMUCFG_MAVN_V2	  1
 #define	SPR_SVR			1023	/* E... System Version Register */
 
 #define	PMR_PMC0		16

Reply via email to