Re: [PATCH] Fix more per-cpu typos

2006-08-02 Thread Alexey Dobriyan
On Wed, Aug 02, 2006 at 05:02:11AM +0200, Andi Kleen wrote: > > --- a/arch/x86_64/kernel/smp.c > > +++ b/arch/x86_64/kernel/smp.c > > @@ -203,7 +203,7 @@ int __cpuinit init_smp_flush(void) > > { > > int i; > > for_each_cpu_mask(i, cpu_possible_map) { > > - spin_lock_init(&per_cpu

Re: [PATCH] Fix more per-cpu typos

2006-08-01 Thread Andi Kleen
> --- a/arch/x86_64/kernel/smp.c > +++ b/arch/x86_64/kernel/smp.c > @@ -203,7 +203,7 @@ int __cpuinit init_smp_flush(void) > { > int i; > for_each_cpu_mask(i, cpu_possible_map) { > - spin_lock_init(&per_cpu(flush_state.tlbstate_lock, i)); > + spin_lock_init(&pe

[PATCH] Fix more per-cpu typos

2006-08-01 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- arch/x86_64/kernel/smp.c |2 +- include/net/netdma.h |2 +- net/core/dev.c |4 ++-- net/ipv4/tcp.c |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) --- a/arch/x86_64/kernel/smp.c +++ b/arch/x86_