Re: [PATCH]porting lockless mce from x86_64 to i386

From: Andi Kleen
Date: Wed Apr 27 2005 - 07:42:05 EST


On Tue, Apr 26, 2005 at 01:27:30PM +0800, Yu, Luming wrote:
>
> Forward a patch :

Some comments:

The asmlinkage on x86-64 is not really needed. You can remove
the ifdef. fastcall is fine, although it is a nop.

The u64 tsc[NR CPUS] on the stack is a stack overflow with big
NR_CPUS. I have
a patch locally here to fix it, but you could just apply it
anyways when you move the code. Fix is to use kmalloc here.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/