Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-19 Thread Ralf Baechle
On Tue, Sep 06, 2016 at 07:04:51PM +0200, Sebastian Andrzej Siewior wrote: I assume you want to upstream this as a single pull request, so Acked-by: Ralf Baechle Ralf

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-19 Thread Ralf Baechle
On Tue, Sep 06, 2016 at 07:04:51PM +0200, Sebastian Andrzej Siewior wrote: I assume you want to upstream this as a single pull request, so Acked-by: Ralf Baechle Ralf

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-08 Thread Matt Redfearn
Hi Sebastian On 07/09/16 15:27, Sebastian Andrzej Siewior wrote: On 2016-09-07 09:24:57 [+0100], Matt Redfearn wrote: HI Sebastian, Hi Matt, --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -44,6 +44,7 @@ enum cpuhp_state { CPUHP_SH_SH3X_PREPARE,

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-08 Thread Matt Redfearn
Hi Sebastian On 07/09/16 15:27, Sebastian Andrzej Siewior wrote: On 2016-09-07 09:24:57 [+0100], Matt Redfearn wrote: HI Sebastian, Hi Matt, --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -44,6 +44,7 @@ enum cpuhp_state { CPUHP_SH_SH3X_PREPARE,

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-07 Thread Sebastian Andrzej Siewior
On 2016-09-07 09:24:57 [+0100], Matt Redfearn wrote: > HI Sebastian, Hi Matt, > > --- a/include/linux/cpuhotplug.h > > +++ b/include/linux/cpuhotplug.h > > @@ -44,6 +44,7 @@ enum cpuhp_state { > > CPUHP_SH_SH3X_PREPARE, > > CPUHP_X86_MICRCODE_PREPARE, > > CPUHP_NOTF_ERR_INJ_PREPARE, >

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-07 Thread Sebastian Andrzej Siewior
On 2016-09-07 09:24:57 [+0100], Matt Redfearn wrote: > HI Sebastian, Hi Matt, > > --- a/include/linux/cpuhotplug.h > > +++ b/include/linux/cpuhotplug.h > > @@ -44,6 +44,7 @@ enum cpuhp_state { > > CPUHP_SH_SH3X_PREPARE, > > CPUHP_X86_MICRCODE_PREPARE, > > CPUHP_NOTF_ERR_INJ_PREPARE, >

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-07 Thread Matt Redfearn
HI Sebastian, On 06/09/16 18:04, Sebastian Andrzej Siewior wrote: Install the callbacks via the state machine. Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Sebastian Andrzej Siewior --- arch/mips/cavium-octeon/smp.c | 24

Re: [PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-07 Thread Matt Redfearn
HI Sebastian, On 06/09/16 18:04, Sebastian Andrzej Siewior wrote: Install the callbacks via the state machine. Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Sebastian Andrzej Siewior --- arch/mips/cavium-octeon/smp.c | 24 +++-

[PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-06 Thread Sebastian Andrzej Siewior
Install the callbacks via the state machine. Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Sebastian Andrzej Siewior --- arch/mips/cavium-octeon/smp.c | 24 +++- include/linux/cpuhotplug.h| 1 + 2 files

[PATCH 15/21] mips: octeon: smp: Convert to hotplug state machine

2016-09-06 Thread Sebastian Andrzej Siewior
Install the callbacks via the state machine. Cc: Ralf Baechle Cc: linux-m...@linux-mips.org Signed-off-by: Sebastian Andrzej Siewior --- arch/mips/cavium-octeon/smp.c | 24 +++- include/linux/cpuhotplug.h| 1 + 2 files changed, 4 insertions(+), 21 deletions(-) diff