From 9c8c190b9ba02147eed4e9d4298284ab10c876b1 Mon Sep 17 00:00:00 2001 From: "kaf24@localhost.localdomain" Date: Fri, 26 Jan 2007 18:34:36 +0000 Subject: Add RCU support to Xen. Signed-off-by: Jose Renato Santos --- 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 8a0ec04af0..c5bf1a117e 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -26,6 +26,7 @@ obj-y += trace.o obj-y += version.o obj-y += vsprintf.o obj-y += xmalloc.o +obj-y += rcupdate.o obj-$(perfc) += perfc.o obj-$(crash_debug) += gdbstub.o -- cgit v1.2.3