Re: [PATCH] Re: Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-16 Thread Dave Martin
On Wed, Oct 17, 2012 at 12:33:54AM +0800, Fei Yang wrote: > 2012/10/16 Dave Martin : > > On Mon, Oct 15, 2012 at 11:33:08PM +0800, Fei Yang wrote: > >> 2012/10/15 Mikael Pettersson : > >> > Yangfei (Felix) writes: > >> > > Hi all, > >> > > > >> > > I found that hardcoded instruction in inlin

Re: [PATCH] Re: Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-16 Thread Fei Yang
2012/10/16 Dave Martin : > On Mon, Oct 15, 2012 at 11:33:08PM +0800, Fei Yang wrote: >> 2012/10/15 Mikael Pettersson : >> > Yangfei (Felix) writes: >> > > Hi all, >> > > >> > > I found that hardcoded instruction in inline asm can cause certains >> > certain features fail to work on ARM plat

Re: [PATCH] Re: Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-16 Thread Dave Martin
On Mon, Oct 15, 2012 at 11:33:08PM +0800, Fei Yang wrote: > 2012/10/15 Mikael Pettersson : > > Yangfei (Felix) writes: > > > Hi all, > > > > > > I found that hardcoded instruction in inline asm can cause certains > > certain features fail to work on ARM platform due to endianness. > > >

[PATCH] Re: Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-15 Thread Fei Yang
2012/10/15 Mikael Pettersson : > Yangfei (Felix) writes: > > Hi all, > > > > I found that hardcoded instruction in inline asm can cause certains > certain features fail to work on ARM platform due to endianness. > > As an example, consider the following code snippet of > platform_do_l

Re: Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-15 Thread Mikael Pettersson
Yangfei (Felix) writes: > Hi all, > > I found that hardcoded instruction in inline asm can cause certains > certain features fail to work on ARM platform due to endianness. > As an example, consider the following code snippet of > platform_do_lowpower function from arch/arm/mach-re

Hardcoded instruction causes certain features to fail on ARM platfrom due to endianness

2012-10-14 Thread Yangfei (Felix)
Hi all, I found that hardcoded instruction in inline asm can cause certains certain features fail to work on ARM platform due to endianness. As an example, consider the following code snippet of platform_do_lowpower function from arch/arm/mach-realview/hotplug.c: / *