* [PATCH 05/10] [ARM] pxa: fix the cpu_is_pxa950
@ 2010-04-29 8:18 Haojian Zhuang
2010-05-05 6:10 ` Eric Miao
0 siblings, 1 reply; 2+ messages in thread
From: Haojian Zhuang @ 2010-04-29 8:18 UTC (permalink / raw)
To: linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 05/10] [ARM] pxa: fix the cpu_is_pxa950
2010-04-29 8:18 [PATCH 05/10] [ARM] pxa: fix the cpu_is_pxa950 Haojian Zhuang
@ 2010-05-05 6:10 ` Eric Miao
0 siblings, 0 replies; 2+ messages in thread
From: Eric Miao @ 2010-05-05 6:10 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 29, 2010 at 4:18 PM, Haojian Zhuang
<haojian.zhuang@gmail.com> wrote:
> From a4529b7e7e8b33d52106da10f04219d9e9b4f690 Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 12 Mar 2010 08:51:54 -0500
> Subject: [PATCH] [ARM] pxa: fix the cpu_is_pxa950
>
> Fix the wrong variable used in cpu_is_pxa950().
>
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Applied.
> ---
> ?arch/arm/mach-pxa/include/mach/hardware.h | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/include/mach/hardware.h
> b/arch/arm/mach-pxa/include/mach/hardware.h
> index 7515757..3d8d8cb 100644
> --- a/arch/arm/mach-pxa/include/mach/hardware.h
> +++ b/arch/arm/mach-pxa/include/mach/hardware.h
> @@ -202,7 +202,7 @@
> ?#define __cpu_is_pxa950(id) ? ? ? ? ? ? ? ? ? ? ? ? ? ? \
> ? ? ? ?({ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\
> ? ? ? ? ? ? ? ?unsigned int _id = (id) >> 4 & 0xfff; ? \
> - ? ? ? ? ? ? ? id == 0x697; ? ? ? ? ? ? ? ? ? ? ? ? ? ?\
> + ? ? ? ? ? ? ? _id == 0x697; ? ? ? ? ? ? ? ? ? ? ? ? ? \
> ? ? ? ? })
> ?#else
> ?#define __cpu_is_pxa950(id) ? ?(0)
> --
> 1.5.6.5
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-05 6:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 8:18 [PATCH 05/10] [ARM] pxa: fix the cpu_is_pxa950 Haojian Zhuang
2010-05-05 6:10 ` Eric Miao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).