Re: [rfc 12/45] cpu alloc: crash_notes conversion

2007-11-20 Thread Christoph Lameter
On Tue, 20 Nov 2007, Mathieu Desnoyers wrote: > > - buf = (u32*)per_cpu_ptr(crash_notes, cpu); > > + buf = (u32*)CPU_PTR(crash_notes, cpu); > > Nitpick : (u32 *) Yeah. I tend to leave the things as they were... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [rfc 12/45] cpu alloc: crash_notes conversion

2007-11-20 Thread Mathieu Desnoyers
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> > --- > arch/ia64/kernel/crash.c |2 +- > drivers/base/cpu.c |2 +- > kernel/kexec.c |4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > > Index:

Re: [rfc 12/45] cpu alloc: crash_notes conversion

2007-11-20 Thread Mathieu Desnoyers
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: Signed-off-by: Christoph Lameter [EMAIL PROTECTED] --- arch/ia64/kernel/crash.c |2 +- drivers/base/cpu.c |2 +- kernel/kexec.c |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Index:

Re: [rfc 12/45] cpu alloc: crash_notes conversion

2007-11-20 Thread Christoph Lameter
On Tue, 20 Nov 2007, Mathieu Desnoyers wrote: - buf = (u32*)per_cpu_ptr(crash_notes, cpu); + buf = (u32*)CPU_PTR(crash_notes, cpu); Nitpick : (u32 *) Yeah. I tend to leave the things as they were... - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

[rfc 12/45] cpu alloc: crash_notes conversion

2007-11-19 Thread clameter
Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- arch/ia64/kernel/crash.c |2 +- drivers/base/cpu.c |2 +- kernel/kexec.c |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/ia64/kernel/crash.c

[rfc 12/45] cpu alloc: crash_notes conversion

2007-11-19 Thread clameter
Signed-off-by: Christoph Lameter [EMAIL PROTECTED] --- arch/ia64/kernel/crash.c |2 +- drivers/base/cpu.c |2 +- kernel/kexec.c |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/ia64/kernel/crash.c