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 Always set CORTEXA9_AUXCTL_SMP on the Co...



details:   https://anonhg.NetBSD.org/src/rev/57382007ac33
branches:  trunk
changeset: 332504:57382007ac33
user:      ryo <ryo%NetBSD.org@localhost>
date:      Thu Sep 25 04:59:15 2014 +0000

description:
Always set CORTEXA9_AUXCTL_SMP on the CortexA9 as well as A7

diffstat:

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

diffs (18 lines):

diff -r 76450b731bfa -r 57382007ac33 sys/arch/arm/cortex/a9_mpsubr.S
--- a/sys/arch/arm/cortex/a9_mpsubr.S   Thu Sep 25 03:29:31 2014 +0000
+++ b/sys/arch/arm/cortex/a9_mpsubr.S   Thu Sep 25 04:59:15 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: a9_mpsubr.S,v 1.23 2014/09/16 22:29:09 matt Exp $      */
+/*     $NetBSD: a9_mpsubr.S,v 1.24 2014/09/25 04:59:15 ryo Exp $       */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -445,7 +445,7 @@
 
        // For the A7, SMP must be on ldrex/strex to work.
        //
-#if defined(MULTIPROCESSOR) || defined(CPU_CORTEXA7)
+#if defined(MULTIPROCESSOR) || defined(CPU_CORTEXA7) || defined(CPU_CORTEXA9)
 #if defined(CPU_CORTEXA5) || defined(CPU_CORTEXA7) || defined(CPU_CORTEXA9)
        //
        // Step 4a, set ACTLR.SMP=1



Home | Main Index | Thread Index | Old Index