]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Remove traces of IA-64 architecture support
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:48 +0000 (13:51 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:15:27 +0000 (12:15 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/Makefile
stubdom/Makefile

index 72b3c0b4889ab59bdf93298833f08cd6258095d0..b26738c961171af8a7e045f2c8dd2e9adb28f7b7 100644 (file)
@@ -128,7 +128,7 @@ html/hypercall/index.html: ./xen-headers
        $(INSTALL_DIR) $(@D)
        ./xen-headers -O $(@D) \
                -T 'arch-x86_64 - Xen public headers' \
-               -X arch-ia64 -X arch-x86_32 -X xen-x86_32 -X arch-arm \
+               -X arch-x86_32 -X xen-x86_32 -X arch-arm \
                ../xen include/public include/xen/errno.h
 
 -include html/hypercall/.deps
index 32f0daf63db6238335274dbd7202d4d558f55d69..9caccc45b6cf75057c1525d401c19989e03173ad 100644 (file)
@@ -292,7 +292,7 @@ endif
 mk-headers-$(XEN_TARGET_ARCH): ioemu/linkfarm.stamp
        mkdir -p include/xen && \
           ln -sf $(wildcard $(XEN_ROOT)/xen/include/public/*.h) include/xen && \
-          ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-ia64 arch-x86 hvm io xsm) include/xen && \
+          ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-x86 hvm io xsm) include/xen && \
           ( [ -h include/xen/sys ] || ln -sf $(XEN_ROOT)/tools/include/xen-sys/MiniOS include/xen/sys ) && \
           ( [ -h include/xen/libelf ] || ln -sf $(XEN_ROOT)/tools/include/xen/libelf include/xen/libelf ) && \
          mkdir -p include/xen-foreign && \