From 41700ac9f204e8ad115e7bc546fd3aeb0190d488 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jan 2008 16:44:38 +0100 Subject: [PATCH] --- yaml --- r: 75506 b: refs/heads/master c: d43a3312c77eb6bbf71fbadefb1683f6d197bf91 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/msr.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index aed8e4ded1f0..775fa77908e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 23be8c7ddf4fd31a14579a2109c89845f7a0fbb6 +refs/heads/master: d43a3312c77eb6bbf71fbadefb1683f6d197bf91 diff --git a/trunk/include/asm-x86/msr.h b/trunk/include/asm-x86/msr.h index 664a2fa7adc9..80b027081b3c 100644 --- a/trunk/include/asm-x86/msr.h +++ b/trunk/include/asm-x86/msr.h @@ -3,6 +3,10 @@ #include +#ifndef __ASSEMBLY__ +# include +#endif + #ifdef __i386__ #ifdef __KERNEL__