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.
2 parents ae6238c + 4e0c15c commit 8edd2c8Copy full SHA for 8edd2c8
opal/mca/btl/sm/btl_sm.c
@@ -19,6 +19,7 @@
19
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
20
* Copyright (c) 2014-2015 Research Organization for Information Science
21
* and Technology (RIST). All rights reserved.
22
+ * Copyright (c) 2016 ARM, Inc. All rights reserved.
23
* $COPYRIGHT$
24
*
25
* Additional copyrights may follow
@@ -41,7 +42,7 @@
41
42
#include <sys/mman.h>
43
#endif /* HAVE_SYS_MMAN_H */
44
-#if OPAL_BTL_SM_HAVE_CMA && defined(OPAL_CMA_NEED_SYSCALL_DEFS)
45
+#if OPAL_BTL_SM_HAVE_CMA && OPAL_CMA_NEED_SYSCALL_DEFS
46
#include "opal/sys/cma.h"
47
#endif /* OPAL_CMA_NEED_SYSCALL_DEFS */
48
0 commit comments