diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/misc/cxl-base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/misc/cxl-base.h b/include/misc/cxl-base.h index 5ae962512fb8..f53808fa638a 100644 --- a/include/misc/cxl-base.h +++ b/include/misc/cxl-base.h | |||
| @@ -36,11 +36,15 @@ static inline void cxl_ctx_put(void) | |||
| 36 | atomic_dec(&cxl_use_count); | 36 | atomic_dec(&cxl_use_count); |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | struct cxl_afu *cxl_afu_get(struct cxl_afu *afu); | ||
| 40 | void cxl_afu_put(struct cxl_afu *afu); | ||
| 39 | void cxl_slbia(struct mm_struct *mm); | 41 | void cxl_slbia(struct mm_struct *mm); |
| 40 | 42 | ||
| 41 | #else /* CONFIG_CXL_BASE */ | 43 | #else /* CONFIG_CXL_BASE */ |
| 42 | 44 | ||
| 43 | static inline bool cxl_ctx_in_use(void) { return false; } | 45 | static inline bool cxl_ctx_in_use(void) { return false; } |
| 46 | static inline struct cxl_afu *cxl_afu_get(struct cxl_afu *afu) { return NULL; } | ||
| 47 | static inline void cxl_afu_put(struct cxl_afu *afu) {} | ||
| 44 | static inline void cxl_slbia(struct mm_struct *mm) {} | 48 | static inline void cxl_slbia(struct mm_struct *mm) {} |
| 45 | 49 | ||
| 46 | #endif /* CONFIG_CXL_BASE */ | 50 | #endif /* CONFIG_CXL_BASE */ |
