Re: x86: unify genapic code, unify subarchitectures, remove oldsubarchitecture code

From: Ingo Molnar
Date: Thu Jan 29 2009 - 15:26:45 EST



* Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:

> On Thu, Jan 29, 2009 at 03:27:00AM -0800, Ingo Molnar wrote:
> > Did it work fine on xapic otherwise?
>
> xapic fix for 32bit platform with less than 8 cpu's appended. Thanks.
> ---
>
> Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx>
> ---
> diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c
> index 61339a0..b5db26f 100644
> --- a/arch/x86/kernel/probe_32.c
> +++ b/arch/x86/kernel/probe_32.c
> @@ -113,7 +113,7 @@ struct genapic apic_default = {
> .cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
>
> .send_IPI_mask = default_send_IPI_mask,
> - .send_IPI_mask_allbutself = NULL,
> + .send_IPI_mask_allbutself = default_send_IPI_mask_allbutself,
> .send_IPI_allbutself = default_send_IPI_allbutself,
> .send_IPI_all = default_send_IPI_all,
> .send_IPI_self = NULL,

applied to tip/x86/apic, thanks Suresh!

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