Mailing List Archive

[xen-unstable] [IA64] fix missing header: asm/fpswa.h
# HG changeset patch
# User KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
# Date 1298024479 0
# Node ID d12a28ef91b98f702f3155dcb963f9f7f1194165
# Parent 5a4710640f815db6609cc41f902752f28c1d06ab
[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>
---


diff -r 5a4710640f81 -r d12a28ef91b9 tools/libxc/ia64/Makefile
--- a/tools/libxc/ia64/Makefile Thu Feb 17 19:52:20 2011 +0000
+++ b/tools/libxc/ia64/Makefile Fri Feb 18 10:21:19 2011 +0000
@@ -48,6 +48,7 @@
( 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

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog