Commit cb456fed authored by Ethan Zhao's avatar Ethan Zhao
Browse files

iommu: fix kabi issue with KABI_EXTEND macro

Intel inclusion
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I8C8B4


CVE: N/A

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

Fix kabi issue with KABI_EXTEND() macro.

Signed-off-by: default avatarEthan Zhao <haifeng.zhao@linux.intel.com>
parent 004c9426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -204,8 +204,8 @@ struct iommu_iotlb_gather {
	unsigned long		start;
	unsigned long		end;
	size_t			pgsize;
	struct page		*freelist;
	bool			queued;
	KABI_EXTEND(struct page	*freelist)
	KABI_EXTEND(bool	queued)
};

/**