Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex Add a missing defined(CORTEX_A15)



details:   https://anonhg.NetBSD.org/src/rev/56f9e40f88d7
branches:  trunk
changeset: 338286:56f9e40f88d7
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 17 06:12:40 2015 +0000

description:
Add a missing defined(CORTEX_A15)

diffstat:

 sys/arch/arm/cortex/a9_mpsubr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26997d1a1a36 -r 56f9e40f88d7 sys/arch/arm/cortex/a9_mpsubr.S
--- a/sys/arch/arm/cortex/a9_mpsubr.S   Sun May 17 05:34:53 2015 +0000
+++ b/sys/arch/arm/cortex/a9_mpsubr.S   Sun May 17 06:12:40 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: a9_mpsubr.S,v 1.37 2015/05/15 10:57:55 skrll Exp $     */
+/*     $NetBSD: a9_mpsubr.S,v 1.38 2015/05/17 06:12:40 matt Exp $      */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -350,7 +350,7 @@
 #endif
 
        mrc     p15, 0, r4, c1, c0, 0           // SCTLR read
-#if defined(CPU_CORTEXA7) || defined(CPU_CORTEXA17)
+#if defined(CPU_CORTEXA7) || defined(CPU_CORTEXA15) || defined(CPU_CORTEXA17)
        //
        // Before turning on SMP, turn off the caches and the MMU.
        //



Home | Main Index | Thread Index | Old Index