Module Name: src
Committed By: matt
Date: Tue Dec 2 22:57:08 UTC 2014
Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S
Log Message:
Fix CORTEXA17 support
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/sys/arch/arm/cortex/a9_mpsubr.S:1.26
--- src/sys/arch/arm/cortex/a9_mpsubr.S:1.25 Tue Dec 2 22:42:04 2014
+++ src/sys/arch/arm/cortex/a9_mpsubr.S Tue Dec 2 22:57:08 2014
@@ -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 @@ cortex_init:
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
//