提交 52984b04 编写于 作者: Y Yuan Can 提交者: Xiaochen Shen

dmaengine: idxd: Remove unused struct idxd_fault

mainline inclusion
from mainline-v6.1
commit d1083fd0
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I596WO
CVE: NA

Intel-SIG: commit d1083fd0 dmaengine: idxd: Remove unused struct idxd_fault.
Incremental backporting patches for DSA/IAA on Intel Xeon platform.

--------------------------------

Since fault processing code has been removed, struct idxd_fault is not used any
more and can be removed as well.
Signed-off-by: NYuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20220928014747.106808-1-yuancan@huawei.comSigned-off-by: NVinod Koul <vkoul@kernel.org>
Signed-off-by: NXiaochen Shen <xiaochen.shen@intel.com>
上级 f4783ea5
......@@ -17,12 +17,6 @@ enum irq_work_type {
IRQ_WORK_PROCESS_FAULT,
};
struct idxd_fault {
struct work_struct work;
u64 addr;
struct idxd_device *idxd;
};
struct idxd_resubmit {
struct work_struct work;
struct idxd_desc *desc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册