Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Marek Vasut
Dear Graeme Russ, > Hi Marek, > > On Wed, Nov 28, 2012 at 12:35 PM, Marek Vasut wrote: > > Dear Simon Glass, > > > > > Hi Marek, > > > > > > On Tue, Nov 27, 2012 at 5:29 PM, Marek Vasut wrote: > > > > Dear Simon Glass, > > > > > > > >> Hi, > > > >> > > > >> On Sun, Apr 29, 2012 at 7:23 PM,

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Graeme Russ
Hi Marek, On Wed, Nov 28, 2012 at 12:35 PM, Marek Vasut wrote: > Dear Simon Glass, > > > Hi Marek, > > > > On Tue, Nov 27, 2012 at 5:29 PM, Marek Vasut wrote: > > > Dear Simon Glass, > > > > > >> Hi, > > >> > > >> On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > > >> > Dear Graeme Russ, >

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Marek Vasut
Dear Simon Glass, > Hi Marek, > > On Tue, Nov 27, 2012 at 5:29 PM, Marek Vasut wrote: > > Dear Simon Glass, > > > >> Hi, > >> > >> On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > >> > Dear Graeme Russ, > >> > > >> >> So it can be used as a type in struct global_data and remove an ugly

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Simon Glass
Hi Marek, On Tue, Nov 27, 2012 at 5:29 PM, Marek Vasut wrote: > Dear Simon Glass, > >> Hi, >> >> On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: >> > Dear Graeme Russ, >> > >> >> So it can be used as a type in struct global_data and remove an ugly >> >> typecast >> >> >> >> Signed-off-by: Gr

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Marek Vasut
Dear Simon Glass, > Hi, > > On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > > Dear Graeme Russ, > > > >> So it can be used as a type in struct global_data and remove an ugly > >> typecast > >> > >> Signed-off-by: Graeme Russ > >> --- > >> > >> arch/x86/cpu/cpu.c |2

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-11-27 Thread Simon Glass
Hi, On Sun, Apr 29, 2012 at 7:23 PM, Marek Vasut wrote: > Dear Graeme Russ, > >> So it can be used as a type in struct global_data and remove an ugly >> typecast >> >> Signed-off-by: Graeme Russ >> --- >> arch/x86/cpu/cpu.c |2 +- >> arch/x86/include/asm/global_data.h |4

Re: [U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-04-29 Thread Marek Vasut
Dear Graeme Russ, > So it can be used as a type in struct global_data and remove an ugly > typecast > > Signed-off-by: Graeme Russ > --- > arch/x86/cpu/cpu.c |2 +- > arch/x86/include/asm/global_data.h |4 +++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff

[U-Boot] [PATCH 2/5] x86: Forward declate gd_t

2012-04-29 Thread Graeme Russ
So it can be used as a type in struct global_data and remove an ugly typecast Signed-off-by: Graeme Russ --- arch/x86/cpu/cpu.c |2 +- arch/x86/include/asm/global_data.h |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/x86/cpu/cpu.c b/arch/x86/