From: KUWAMURA Shin'ya Date: Fri, 18 Feb 2011 10:24:36 +0000 (+0000) Subject: [IA64] fix missing header: asm/fpswa.h X-Git-Tag: 4.0.2-rc3~21 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e18c81338ea58f8cadfb536fa7ca4967fd37e397;p=people%2Fvhanquez%2Fxen.git [IA64] fix missing header: asm/fpswa.h This patch fixes the following error in recent kernel: ia64/asm/dom_fw_common.h:47:23: error: asm/fpswa.h: No such file or directory Signed-off-by: KUWAMURA Shin'ya xen-unstable changeset: 22941:d12a28ef91b9 xen-unstable date: Fri Feb 18 10:21:19 2011 +0000 --- diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile index cc1563330..b03715f02 100644 --- a/tools/libxc/ia64/Makefile +++ b/tools/libxc/ia64/Makefile @@ -49,6 +49,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA64_EMPTY_FILES) $(DOMFW_ASM_HDRS) ( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .) mk-symlinks-misc: $(IA64_HDR_DIRS) ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .) + ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux/asm/fpswa.h .) build: mk-symlinks-acpi mk-symlinks-misc clean: ia64-clean