RE: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-28 Thread Michael Ellerman
David Laight writes: > From: Michael Ellerman >> Sent: 26 May 2017 08:24 >> Nicholas Piggin writes: >> > diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c >> > index f11f65634aab..438fdb0fb142 100644 >> > --- a/arch/powerpc/xmon/xmon.c

RE: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-26 Thread David Laight
From: Michael Ellerman > Sent: 26 May 2017 08:24 > Nicholas Piggin writes: > > diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c > > index f11f65634aab..438fdb0fb142 100644 > > --- a/arch/powerpc/xmon/xmon.c > > +++ b/arch/powerpc/xmon/xmon.c > > @@ -1242,14

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-26 Thread Michael Ellerman
Nicholas Piggin writes: > diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c > index f11f65634aab..438fdb0fb142 100644 > --- a/arch/powerpc/xmon/xmon.c > +++ b/arch/powerpc/xmon/xmon.c > @@ -1242,14 +1242,16 @@ bpt_cmds(void) > { > int cmd; > unsigned

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-11 Thread Christophe LEROY
Le 12/05/2017 à 02:47, Nicholas Piggin a écrit : On Thu, 11 May 2017 20:52:56 +0200 christophe leroy wrote: Le 11/05/2017 à 19:14, christophe leroy a écrit : Le 11/05/2017 à 17:15, Nicholas Piggin a écrit : Cc: Scott Wood Cc: Christophe Leroy

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-11 Thread Nicholas Piggin
On Thu, 11 May 2017 20:52:56 +0200 christophe leroy wrote: > Le 11/05/2017 à 19:14, christophe leroy a écrit : > > > > > > Le 11/05/2017 à 17:15, Nicholas Piggin a écrit : > >> Cc: Scott Wood > >> Cc: Christophe Leroy > >>

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-11 Thread Nicholas Piggin
On Thu, 11 May 2017 20:52:56 +0200 christophe leroy wrote: > Le 11/05/2017 à 19:14, christophe leroy a écrit : > > > > > > Le 11/05/2017 à 17:15, Nicholas Piggin a écrit : > >> Cc: Scott Wood > >> Cc: Christophe Leroy > >>

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-11 Thread christophe leroy
Le 11/05/2017 à 19:14, christophe leroy a écrit : Le 11/05/2017 à 17:15, Nicholas Piggin a écrit : Cc: Scott Wood Cc: Christophe Leroy Signed-off-by: Nicholas Piggin --- arch/powerpc/xmon/xmon.c | 5 - 1 file changed, 4

Re: [PATCH 3/3] powerpc/8xx: xmon compile fix

2017-05-11 Thread christophe leroy
Le 11/05/2017 à 17:15, Nicholas Piggin a écrit : Cc: Scott Wood Cc: Christophe Leroy Signed-off-by: Nicholas Piggin --- arch/powerpc/xmon/xmon.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git