Port-arm archive

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

cpuconf.h & IXP4xx



 Is this a bug?

? cpuconf.dif
Index: cpuconf.h
===================================================================
RCS file: /cvsroot/src/sys/arch/arm/include/cpuconf.h,v
retrieving revision 1.14
diff -u -r1.14 cpuconf.h
--- cpuconf.h   27 Apr 2008 18:58:44 -0000      1.14
+++ cpuconf.h   27 May 2008 03:58:02 -0000
@@ -103,7 +103,7 @@
 #if !defined(_KERNEL_OPT) ||                                           \
     (defined(CPU_ARM7TDMI) || defined(CPU_ARM8) || defined(CPU_ARM9) ||        
\
      defined(CPU_SA110) || defined(CPU_SA1100) || \
-     defined(CPU_SA1110) || defined(CPU_IXP12X0) || defined(CPU_XSCALE_IXP425))
+     defined(CPU_SA1110) || defined(CPU_IXP12X0))
 #define        ARM_ARCH_4      1
 #else
 #define        ARM_ARCH_4      0
@@ -112,7 +112,7 @@
 #if !defined(_KERNEL_OPT) ||                                           \
     (defined(CPU_ARM9E) || defined(CPU_ARM10) ||                       \
      defined(CPU_XSCALE_80200) || defined(CPU_XSCALE_80321) ||         \
-     defined(__CPU_XSCALE_PXA2XX))
+     defined(__CPU_XSCALE_PXA2XX) || defined(CPU_XSCALE_IXP425))
 #define        ARM_ARCH_5      1
 #else
 #define        ARM_ARCH_5      0

----------------------------------------------------------
                SAITOH Masanobu (masanobu%iij.ad.jp@localhost
                                  msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index