[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4976DAFA.2060500@kernel.org>
Date: Wed, 21 Jan 2009 17:21:14 +0900
From: Tejun Heo <tj@...nel.org>
To: Brian Gerst <brgerst@...il.com>
CC: Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/6] x86: Merge mmu_context.h
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@...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