[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061101152946.14f95f79.akpm@osdl.org>
Date: Wed, 1 Nov 2006 15:29:46 -0800
From: Andrew Morton <akpm@...l.org>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: Andi Kleen <ak@....de>, Andi Kleen <ak@...e.de>,
virtualization@...ts.osdl.org, Chris Wright <chrisw@...s-sol.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/7] paravirtualization: Allow selected bug checks to be
skipped by paravirt kernels
On Wed, 01 Nov 2006 21:30:43 +1100
Rusty Russell <rusty@...tcorp.com.au> wrote:
> --- a/include/asm-i386/bugs.h
> +++ b/include/asm-i386/bugs.h
> @@ -21,6 +21,7 @@
> #include <asm/processor.h>
> #include <asm/i387.h>
> #include <asm/msr.h>
> +#include <asm/paravirt.h>
In many other places you have
#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>
...
But not here.
Making <asm/paravirt.h> invulnerable would be the more typical approach.
-
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