Skip to content

Commit 547d6c4

Browse files
committed
asm: remove ARMv4 and ARMv5 CMA support
This commit removes the reference to ARMv4 and ARMv5. These are unsupported architectures and no one is testing if CMA is working on these systems. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 65a0961 commit 547d6c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/opal_config_asm.m4

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,13 +1222,6 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
12221222
OPAL_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)'
12231223
;;
12241224
1225-
armv5*linux*|armv4*linux*|arm-*-linux-gnueabi)
1226-
# uses Linux kernel helpers for some atomic operations
1227-
opal_cv_asm_arch="ARM"
1228-
OPAL_CHECK_SYNC_BUILTINS([opal_cv_asm_builtin="BUILTIN_SYNC"],
1229-
[AC_MSG_ERROR([No atomic primitives available for $host])])
1230-
;;
1231-
12321225
powerpc-*|powerpc64-*|powerpcle-*|powerpc64le-*|rs6000-*|ppc-*)
12331226
OPAL_CHECK_POWERPC_REG
12341227
if test "$ac_cv_sizeof_long" = "4" ; then

0 commit comments

Comments
 (0)