[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1433000370-19509-95-git-send-email-mikko.rapeli@iki.fi>
Date: Sat, 30 May 2015 17:39:26 +0200
From: Mikko Rapeli <mikko.rapeli@....fi>
To: linux-kernel@...r.kernel.org
Cc: Mikko Rapeli <mikko.rapeli@....fi>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org
Subject: [PATCH 94/98] HACK arch/x86/include/uapi/asm/sigcontext32.h: remove _fpx_sw_bytes from union
I have no idea what I'm doing but this fixes header file compilation in
userspace:
error: field ‘sw_reserved’ has incomplete type
struct _fpx_sw_bytes sw_reserved;
Signed-off-by: Mikko Rapeli <mikko.rapeli@....fi>
---
arch/x86/include/uapi/asm/sigcontext32.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/include/uapi/asm/sigcontext32.h b/arch/x86/include/uapi/asm/sigcontext32.h
index ad1478c..ceaaa78 100644
--- a/arch/x86/include/uapi/asm/sigcontext32.h
+++ b/arch/x86/include/uapi/asm/sigcontext32.h
@@ -45,7 +45,6 @@ struct _fpstate_ia32 {
__u32 padding[44];
union {
__u32 padding2[12];
- struct _fpx_sw_bytes sw_reserved;
};
};
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists