Module Name:    src
Committed By:   matt
Date:           Mon Sep 15 00:35:37 UTC 2014

Modified Files:
        src/sys/arch/arm/cortex: a9_mpsubr.S

Log Message:
Make sure to read SCTRL no matter way CPU we are on.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/cortex/a9_mpsubr.S

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/arm/cortex/a9_mpsubr.S
diff -u src/sys/arch/arm/cortex/a9_mpsubr.S:1.18 src/sys/arch/arm/cortex/a9_mpsubr.S:1.19
--- src/sys/arch/arm/cortex/a9_mpsubr.S:1.18	Wed May 21 01:02:45 2014
+++ src/sys/arch/arm/cortex/a9_mpsubr.S	Mon Sep 15 00:35:37 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: a9_mpsubr.S,v 1.18 2014/05/21 01:02:45 ozaki-r Exp $	*/
+/*	$NetBSD: a9_mpsubr.S,v 1.19 2014/09/15 00:35:37 matt Exp $	*/
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -343,8 +343,8 @@ cortex_init:
 	bxne	r10				// return if set
 #endif
 
-#if defined(CPU_CORTEXA7)
 	mrc	p15, 0, r4, c1, c0, 0		// SCTLR read
+#if defined(CPU_CORTEXA7)
 	//
 	// Before turning on SMP, turn off the caches and the MMU.
 	//

Reply via email to