From 197965150c69bde1d38ead5e8c7eb7bfa211d498 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 19 Apr 2010 10:06:42 +0100 Subject: Move tasklet implementation into its own source files. This is preparation for implementing tasklets in vcpu context rather than softirq context. There is no change to the implementation of tasklets in this patch. Signed-off-by: Keir Fraser --- xen/include/asm-x86/hvm/vcpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/include/asm-x86/hvm/vcpu.h') diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h index 840625040f..ed6b250ff9 100644 --- a/xen/include/asm-x86/hvm/vcpu.h +++ b/xen/include/asm-x86/hvm/vcpu.h @@ -20,6 +20,7 @@ #ifndef __ASM_X86_HVM_VCPU_H__ #define __ASM_X86_HVM_VCPU_H__ +#include #include #include #include -- cgit v1.2.3