We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecda52 commit 45bd576Copy full SHA for 45bd576
config/opal_check_cma.m4
@@ -45,8 +45,8 @@ AC_DEFUN([OPAL_CHECK_CMA_BACKEND],
45
[
46
OPAL_VAR_SCOPE_PUSH([opal_check_cma_need_defs opal_check_cma_kernel_version opal_check_cma_CFLAGS opal_check_cma_msg])
47
48
- # Some systems have process_cm_readv() in libc, which means CMA is
49
- # supported. Other systems do not have process_cm_readv() in
+ # Some systems have process_vm_readv() in libc, which means CMA is
+ # supported. Other systems do not have process_vm_readv() in
50
# libc, but have support for it in the kernel if we invoke it
51
# directly. Check for both.
52
AC_CHECK_HEADERS([sys/prctl.h])
0 commit comments