From 46e3e5aa2830f5b768a2deefacdbec0aea48b3f3 Mon Sep 17 00:00:00 2001 From: Kenneth Tan Date: Tue, 18 Oct 2005 07:51:35 +0100 Subject: [PATCH] --- yaml --- r: 9994 b: refs/heads/master c: ad1b472bea1bbcd8dc7fd92f6952d8b2d8355edb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-ixp4xx/hardware.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 67f59c5b44cd..84f81ddef2a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b15c6c4e22cbb381373fac3bee8cacb811147a9 +refs/heads/master: ad1b472bea1bbcd8dc7fd92f6952d8b2d8355edb diff --git a/trunk/include/asm-arm/arch-ixp4xx/hardware.h b/trunk/include/asm-arm/arch-ixp4xx/hardware.h index 4ac964b9078a..55d85eea8c1a 100644 --- a/trunk/include/asm-arm/arch-ixp4xx/hardware.h +++ b/trunk/include/asm-arm/arch-ixp4xx/hardware.h @@ -27,7 +27,7 @@ #define pcibios_assign_all_busses() 1 -#if defined(CONFIG_CPU_IXP465) && !defined(__ASSEMBLY__) +#if defined(CONFIG_CPU_IXP46X) && !defined(__ASSEMBLY__) extern unsigned int processor_id; #define cpu_is_ixp465() ((processor_id & 0xffffffc0) == 0x69054200) #else