From 0b99d7118c4e4b79ff492b7458d7370479522aa4 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 20 Oct 2008 16:48:17 +0100 Subject: Clean up spinlock operations and compile as first-class functions. This follows modern Linux, since apparently outlining spinlock operations does not slow down execution. The cleanups will also allow more convenient addition of diagnostic code. 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 5190d789dc..1c7edffcfc 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -16,6 +16,7 @@ obj-y += sched_sedf.o obj-y += schedule.o obj-y += shutdown.o obj-y += softirq.o +obj-y += spinlock.o obj-y += stop_machine.o obj-y += string.o obj-y += symbols.o -- cgit v1.2.3