Re: [PATCH 2/7] Celleb: Move pause, kexec_cpu_down to beat.c

2007-09-27 Thread Ishizaki Kou
> On Wednesday 26 September 2007, Ishizaki Kou wrote: > > This patch is an update for "Beat on Celleb" > > - Move beat_pause(), beat_kexec_cpu_down() from setup.c to beat.c > >=20 > > Signed-off-by: <[EMAIL PROTECTED]> >=20 > Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> >=20 > The patch looks good

Re: [PATCH 2/7] Celleb: Move pause, kexec_cpu_down to beat.c

2007-09-26 Thread Arnd Bergmann
On Wednesday 26 September 2007, Ishizaki Kou wrote: > This patch is an update for "Beat on Celleb" >   - Move beat_pause(), beat_kexec_cpu_down() from setup.c to beat.c > > Signed-off-by: <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> The patch looks good, once you fix this one

[PATCH 2/7] Celleb: Move pause, kexec_cpu_down to beat.c

2007-09-25 Thread Ishizaki Kou
This patch is an update for "Beat on Celleb" - Move beat_pause(), beat_kexec_cpu_down() from setup.c to beat.c Signed-off-by: <[EMAIL PROTECTED]> --- Index: linux-powerpc-git/arch/powerpc/platforms/celleb/beat.h === --- linux-power