From a51a674cd60af60c6ed890a493e099ed93815220 Mon Sep 17 00:00:00 2001 From: Alastair McKinstry Date: Mon, 1 Jan 2024 17:14:56 +0000 Subject: [PATCH] Fix for building on IA64 Last-Updated: 2020-06-09 Forwarded: yes Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963729 Gbp-Pq: Name ia64.patch --- opal/include/opal/sys/timer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/opal/include/opal/sys/timer.h b/opal/include/opal/sys/timer.h index 60659636..5eaa7780 100644 --- a/opal/include/opal/sys/timer.h +++ b/opal/include/opal/sys/timer.h @@ -78,8 +78,6 @@ BEGIN_C_DECLS #include "opal/sys/arm64/timer.h" #elif OPAL_ASSEMBLY_ARCH == OPAL_IA32 #include "opal/sys/ia32/timer.h" -#elif OPAL_ASSEMBLY_ARCH == OPAL_IA64 -#include "opal/sys/ia64/timer.h" #elif OPAL_ASSEMBLY_ARCH == OPAL_POWERPC32 #include "opal/sys/powerpc/timer.h" #elif OPAL_ASSEMBLY_ARCH == OPAL_POWERPC64 -- 2.30.2