Skip to content

Commit

Permalink
Merge pull request #4123 from kawashima-fj/pr/v2.x/cma-macro
Browse files Browse the repository at this point in the history
v2.x: CMA: Fixing logic for CMA system call detection
  • Loading branch information
jsquyres committed Aug 29, 2017
2 parents ae6238c + 4e0c15c commit 8edd2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opal/mca/btl/sm/btl_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2016 ARM, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand All @@ -41,7 +42,7 @@
#include <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"
#endif /* OPAL_CMA_NEED_SYSCALL_DEFS */

Expand Down

0 comments on commit 8edd2c8

Please sign in to comment.