Skip to content

Commit

Permalink
xen/arm64: Don't compile cpu hotplug
Browse files Browse the repository at this point in the history
On ARM64, when CONFIG_XEN=y, the compilation will fail because CPU hotplug is
not yet supported with XEN. For now, disable it.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
  • Loading branch information
Julien Grall authored and Konrad Rzeszutek Wilk committed Jul 29, 2013
1 parent d7ead0c commit f214071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ifneq ($(CONFIG_ARM),y)
ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
obj-y += manage.o
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
endif
Expand Down

0 comments on commit f214071

Please sign in to comment.