Re: [PATCH 1/2] move ipi definitions to mach_ipi.h

From: Ingo Molnar
Date: Tue Mar 25 2008 - 11:07:34 EST



* Glauber Costa <gcosta@xxxxxxxxxx> wrote:

> +++ b/include/asm-x86/mach-default/mach_ipi.h

> -static inline void send_IPI_mask(cpumask_t mask, int vector)
> -{
> - send_IPI_mask_bitmask(mask, vector);
> -}
> +void send_IPI_mask(cpumask_t mask, int vector);

> +#else
> +static inline void send_IPI_mask(cpumask_t mask, int vector);
> +{
> + send_IPI_mask_bitmask(mask, vector);
> +}

this trivially doesnt build on 32-bit, for multiple reasons...

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/