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 Fix CORTEXA17 support



details:   https://anonhg.NetBSD.org/src/rev/59350a6c79ff
branches:  trunk
changeset: 334714:59350a6c79ff
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Dec 02 22:57:08 2014 +0000

description:
Fix CORTEXA17 support

diffstat:

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

diffs (18 lines):

diff -r 57c2f31a6df2 -r 59350a6c79ff sys/arch/arm/cortex/a9_mpsubr.S
--- a/sys/arch/arm/cortex/a9_mpsubr.S   Tue Dec 02 22:42:04 2014 +0000
+++ b/sys/arch/arm/cortex/a9_mpsubr.S   Tue Dec 02 22:57:08 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: a9_mpsubr.S,v 1.25 2014/12/02 22:42:04 matt Exp $      */
+/*     $NetBSD: a9_mpsubr.S,v 1.26 2014/12/02 22:57:08 matt Exp $      */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -404,7 +404,7 @@
        cmp     r1, #2                          // is it MP?
        bxne    r10                             //    no, return
 
-#if defined(CPU_CORTEXA7) || defined(CPU_CORTEXA17)
+#if !defined(CPU_CORTEXA7) && !defined(CPU_CORTEXA17)
        //
        // Step 2, disable the data cache
        //



Home | Main Index | Thread Index | Old Index