aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-20 16:48:17 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-20 16:48:17 +0100
commit0b99d7118c4e4b79ff492b7458d7370479522aa4 (patch)
tree74b21d626a187577840bb58e12036d32ff41430e /xen/common/Makefile
parent8e75cae72a33c531e2ca39adf834fcad8fca2307 (diff)
downloadxen-0b99d7118c4e4b79ff492b7458d7370479522aa4.tar.gz
xen-0b99d7118c4e4b79ff492b7458d7370479522aa4.tar.bz2
xen-0b99d7118c4e4b79ff492b7458d7370479522aa4.zip
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 <keir.fraser@citrix.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile1
1 files changed, 1 insertions, 0 deletions
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