|
@@ -67,6 +67,8 @@ int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master,
|
|
|
ctx->pending_fault = false;
|
|
ctx->pending_fault = false;
|
|
|
ctx->pending_afu_err = false;
|
|
ctx->pending_afu_err = false;
|
|
|
|
|
|
|
|
|
|
+ INIT_LIST_HEAD(&ctx->irq_names);
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* When we have to destroy all contexts in cxl_context_detach_all() we
|
|
* When we have to destroy all contexts in cxl_context_detach_all() we
|
|
|
* end up with afu_release_irqs() called from inside a
|
|
* end up with afu_release_irqs() called from inside a
|