Merge pull request #1700 from shamisp/topic/cma_config
CMA: Fixing logic for CMA system call detection
Этот коммит содержится в:
Коммит
5d4bcce042
@ -19,6 +19,7 @@
|
|||||||
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
|
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
|
||||||
* Copyright (c) 2014-2015 Research Organization for Information Science
|
* Copyright (c) 2014-2015 Research Organization for Information Science
|
||||||
* and Technology (RIST). All rights reserved.
|
* and Technology (RIST). All rights reserved.
|
||||||
|
* Copyright (c) 2016 ARM, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* Additional copyrights may follow
|
||||||
@ -41,7 +42,7 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif /* HAVE_SYS_MMAN_H */
|
#endif /* HAVE_SYS_MMAN_H */
|
||||||
|
|
||||||
#if OPAL_BTL_SM_HAVE_CMA && defined(OPAL_CMA_NEED_SYSCALL_DEFS)
|
#if OPAL_BTL_SM_HAVE_CMA && OPAL_CMA_NEED_SYSCALL_DEFS
|
||||||
#include "opal/sys/cma.h"
|
#include "opal/sys/cma.h"
|
||||||
#endif /* OPAL_CMA_NEED_SYSCALL_DEFS */
|
#endif /* OPAL_CMA_NEED_SYSCALL_DEFS */
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user