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 For ARM_MMU_V6C enable supersections



details:   https://anonhg.NetBSD.org/src/rev/2d63e813f70c
branches:  trunk
changeset: 795234:2d63e813f70c
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 04 16:12:28 2014 +0000

description:
For ARM_MMU_V6C enable supersections

diffstat:

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

diffs (18 lines):

diff -r 927e3ce4f059 -r 2d63e813f70c sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Fri Apr 04 16:02:34 2014 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Fri Apr 04 16:12:28 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.129 2014/03/31 18:33:21 skrll Exp $ */
+/*     $NetBSD: pmap.h,v 1.130 2014/04/04 16:12:28 matt Exp $  */
 
 /*
  * Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -916,7 +916,7 @@
 #define        L2_L_CACHE_MASK         L2_L_CACHE_MASK_generic
 #define        L2_S_CACHE_MASK         L2_S_CACHE_MASK_generic
 
-#define        L1_SS_PROTO             L1_SS_PROTO_generic
+#define        L1_SS_PROTO             L1_SS_PROTO_armv6
 #define        L1_S_PROTO              L1_S_PROTO_generic
 #define        L1_C_PROTO              L1_C_PROTO_generic
 #define        L2_S_PROTO              L2_S_PROTO_generic



Home | Main Index | Thread Index | Old Index