From e18c81338ea58f8cadfb536fa7ca4967fd37e397 Mon Sep 17 00:00:00 2001 From: KUWAMURA Shin'ya Date: Fri, 18 Feb 2011 10:24:36 +0000 Subject: [PATCH] [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 --- tools/libxc/ia64/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5