Re: [PATCHSET linux-2.6-x86:core/percpu] x86: misc clean up andunify x86_32/64 code paths

From: Ingo Molnar
Date: Wed Jan 21 2009 - 06:03:20 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> This one was needed as well.
>
> Ingo
>
> ------------------->
> From 61e0178cf01b4acc914e9653b421e925f22be0cd Mon Sep 17 00:00:00 2001
> From: Ingo Molnar <mingo@xxxxxxx>
> Date: Wed, 21 Jan 2009 11:30:07 +0100
> Subject: [PATCH] x86: uv cleanup, build fix #2
>
> Fix more build-failure fallout from the UV cleanup - the UV drivers
> were not updated to include <asm/uv/uv.h>.
>
> Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
> ---
> drivers/misc/sgi-gru/grufile.c | 1 +
> drivers/misc/sgi-xp/xp_main.c | 2 ++
> drivers/misc/sgi-xp/xp_uv.c | 1 +
> 3 files changed, 4 insertions(+), 0 deletions(-)

i went for this solution instead - it covers more .c files and is the
right thing to do as well.

Ingo

----------------->