From 68385d841171d46985e2c41d751a2b81b3b3813b Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 7 May 2013 12:05:06 +0100 Subject: xen/arm: implement smp_call_function Move smp_call_function and on_selected_cpus to common code. Signed-off-by: Julien Grall Acked-by: Ian Campbell Acked-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 8a0c5060e2..0dc20506cc 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -26,6 +26,7 @@ obj-y += schedule.o obj-y += shutdown.o obj-y += softirq.o obj-y += sort.o +obj-y += smp.o obj-y += spinlock.o obj-y += stop_machine.o obj-y += string.o -- cgit v1.2.3