[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080325150630.GA13828@elte.hu>
Date: Tue, 25 Mar 2008 16:06:30 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Glauber Costa <gcosta@...hat.com>
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
glommer@...il.com, tglx@...utronix.de, yhlu.kernel@...il.com
Subject: Re: [PATCH 1/2] move ipi definitions to mach_ipi.h
* Glauber Costa <gcosta@...hat.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists