aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/microcode.c
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 21:25:05 +0000
commit7b9361498f418c0ddca3ee202add13d24da0f0cd (patch)
tree686d870031edcc7aa6259721c2076d07e8897dba /xen/arch/x86/microcode.c
parent983789122cbdc4aa1865061e52e3f3f786588d47 (diff)
downloadxen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.gz
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.tar.bz2
xen-7b9361498f418c0ddca3ee202add13d24da0f0cd.zip
bitkeeper revision 1.1653 (429f7931iJ8kgS9qBlBbtyY9irorQA)
Many files: More include cleanups towards "include where it's used". Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'xen/arch/x86/microcode.c')
-rw-r--r--xen/arch/x86/microcode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/microcode.c b/xen/arch/x86/microcode.c
index 83dd5c3501..a7bd0e5d68 100644
--- a/xen/arch/x86/microcode.c
+++ b/xen/arch/x86/microcode.c
@@ -77,6 +77,7 @@
#include <xen/smp.h>
#include <xen/spinlock.h>
+#include <asm/current.h>
#include <asm/msr.h>
#include <asm/uaccess.h>
#include <asm/processor.h>