Unverified Commit 612281a8 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!8541 v2 iommu/iova: move depot up to avoid cache conflict

parents 1c89d5d0 64361811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@ struct iova_rcache {
	spinlock_t lock;
	unsigned int depot_size;
	struct iova_magazine *depot;
	struct delayed_work work;
	struct iova_cpu_rcache __percpu *cpu_rcaches;
	struct iova_domain *iovad;
	struct delayed_work work;
	KABI_RESERVE(1)
	KABI_RESERVE(2)
};