|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] [IA64] fix missing header: asm/fpswa.h
Hi, 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 This patch is required by both xen-unstable.hg and xen-4.0-testing.hg. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> -- KUWAMURA Shin'ya # HG changeset patch
# User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
# Date 1298023538 -32400
# Node ID 4609de074c84422d207d491f0291e18794f705e8
# Parent 30baafb3250ac6c6d55192f601c4e2946edd803d
[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@xxxxxxxxxxxxxx>
diff -r 30baafb3250a -r 4609de074c84 tools/libxc/ia64/Makefile
--- a/tools/libxc/ia64/Makefile Thu Feb 17 12:18:01 2011 +0000
+++ b/tools/libxc/ia64/Makefile Fri Feb 18 19:05:38 2011 +0900
@@ -48,6 +48,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA6
( 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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |