[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.0-testing] [IA64] fix missing header: asm/fpswa.h
# HG changeset patch # User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> # Date 1298024676 0 # Node ID 36a94c8612500ee14fac864fee03f35fe3cbea9f # Parent 996f7815b070b265393e921839a2c95c46ef3d58 [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> xen-unstable changeset: 22941:d12a28ef91b9 xen-unstable date: Fri Feb 18 10:21:19 2011 +0000 --- diff -r 996f7815b070 -r 36a94c861250 tools/libxc/ia64/Makefile --- a/tools/libxc/ia64/Makefile Thu Feb 10 17:26:19 2011 +0000 +++ b/tools/libxc/ia64/Makefile Fri Feb 18 10:24:36 2011 +0000 @@ -49,6 +49,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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |