Unverified Commit 8bc2955c authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!1227 x86/fpu: KABI_BROKEN_REMOVE "union fpregs_state state" from struct fpu

parents aacf4228 b60bbfca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -494,8 +494,11 @@ struct fpu {
	 * context switch and when the kernel uses the FPU. The registers
	 * are restored from this storage on return to user space if they
	 * are not longer containing the tasks FPU register state.
	 *
	 * For kabi fix:
	 * Assuming that no 3rd party driver will reach into struct fpu
	 */
	KABI_DEPRECATE(union fpregs_state, state)
	KABI_BROKEN_REMOVE(union fpregs_state state)
	KABI_EXTEND(struct fpstate __fpstate)
	/*
	 * WARNING: '__fpstate' is dynamically-sized.  Do not put