[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200801020837.53860.vapier@gentoo.org>
Date: Wed, 2 Jan 2008 08:37:52 -0500
From: Mike Frysinger <vapier@...too.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
Andi Kleen <andi@...stfloor.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [patch] asm-x86/msr.h: pull in linux/types.h
On Wednesday 02 January 2008, Ingo Molnar wrote:
> * Mike Frysinger <vapier@...too.org> wrote:
> > Forgot to mention this before, but since the msr.h header uses types
> > like __u32, it should pull in linux/types.h.
>
> does not build with the attached config.
sorry, forgot about __ASSEMBLY__ protection.
---
Since the msr.h header uses types like __u32, it should pull in linux/types.h.
Signed-off-by: Mike Frysinger <vapier@...too.org>
---
diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h
index 664a2fa..80b0270 100644
--- a/include/asm-x86/msr.h
+++ b/include/asm-x86/msr.h
@@ -3,6 +3,10 @@
#include <asm/msr-index.h>
+#ifndef __ASSEMBLY__
+# include <linux/types.h>
+#endif
+
#ifdef __i386__
#ifdef __KERNEL__
Download attachment "signature.asc " of type "application/pgp-signature" (836 bytes)
Powered by blists - more mailing lists