aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKUWAMURA Shin'ya <kuwa@jp.fujitsu.com>2011-02-18 10:24:36 +0000
committerKUWAMURA Shin'ya <kuwa@jp.fujitsu.com>2011-02-18 10:24:36 +0000
commit9320d10c6f3895de379dda1c0064629b57f472ac (patch)
tree2e2c6e64e432bb0c92cd56aff50f05c32ea6c257
parentdebabcb9a14cfa89e695ed94c1371de609a35a47 (diff)
downloadxen-9320d10c6f3895de379dda1c0064629b57f472ac.tar.gz
xen-9320d10c6f3895de379dda1c0064629b57f472ac.tar.bz2
xen-9320d10c6f3895de379dda1c0064629b57f472ac.zip
[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 <kuwa@jp.fujitsu.com> xen-unstable changeset: 22941:d12a28ef91b9 xen-unstable date: Fri Feb 18 10:21:19 2011 +0000
-rw-r--r--tools/libxc/ia64/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile
index cc15633305..b03715f020 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