Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Remove CPU_CORTEXA8 from a conditional ...



details:   https://anonhg.NetBSD.org/src/rev/c6fda253ecd9
branches:  trunk
changeset: 339256:c6fda253ecd9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jul 08 15:18:04 2015 +0000

description:
Remove CPU_CORTEXA8 from a conditional - it doesn't believe there.

diffstat:

 sys/arch/arm/include/cpuconf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 851849f31dde -r c6fda253ecd9 sys/arch/arm/include/cpuconf.h
--- a/sys/arch/arm/include/cpuconf.h    Wed Jul 08 15:05:24 2015 +0000
+++ b/sys/arch/arm/include/cpuconf.h    Wed Jul 08 15:18:04 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuconf.h,v 1.24 2014/04/14 20:50:47 matt Exp $        */
+/*     $NetBSD: cpuconf.h,v 1.25 2015/07/08 15:18:04 skrll Exp $       */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -121,7 +121,7 @@
 #define        ARM_ARCH_5      0
 #endif
 
-#if defined(CPU_ARM11) || defined(CPU_CORTEXA8) || defined(CPU_ARM11MPCORE)
+#if defined(CPU_ARM11) || defined(CPU_ARM11MPCORE)
 #define ARM_ARCH_6     1
 #else
 #define ARM_ARCH_6     0



Home | Main Index | Thread Index | Old Index