Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2

From: Yinghai Lu
Date: Mon Nov 17 2008 - 16:09:58 EST


Ingo Molnar wrote:
> hm, one of my testboxes is rather unhappy about your patch:


found the problem...

static struct x86_quirks default_x86_quirks __initdata;

struct x86_quirks *x86_quirks __initdata = &default_x86_quirks;


we can not use that x86_quirks anymore because it is __init...

need to move the func to genapic

YH
--
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/