diff -urpN -X /home/fletch/.diff.exclude 223-4k_stacks/arch/i386/kernel/smp.c 224-4k_stacks_vs_kgdb/arch/i386/kernel/smp.c --- 223-4k_stacks/arch/i386/kernel/smp.c Sat Jun 14 20:20:48 2003 +++ 224-4k_stacks_vs_kgdb/arch/i386/kernel/smp.c Sat Jun 14 20:20:55 2003 @@ -608,7 +608,7 @@ struct pt_regs * smp_call_function_inter * At this point the info structure may be out of scope unless wait==1 */ irq_enter(); - (*func)(info, ®s); + (*func)(info, regs); irq_exit(); if (wait) {