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/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index baa6b5872b..c36d0f351d 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -23,6 +23,7 @@ obj-y += stop_machine.o obj-y += string.o obj-y += symbols.o obj-y += sysctl.o +obj-y += tasklet.o obj-y += time.o obj-y += timer.o obj-y += trace.o -- cgit v1.2.3