Re: [PATCH 4/6] x86: Merge mmu_context.h

From: Tejun Heo
Date: Wed Jan 21 2009 - 03:21:35 EST


Brian Gerst wrote:
> +#ifdef CONFIG_X86_32
> +#define deactivate_mm(tsk, mm) \
> +do { \
> + loadsegment(gs, 0) \
> +} while (0)

Build fails on x86_32 due to missing ';'. Fixed patch committed.

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