summaryrefslogtreecommitdiffstats
path: root/aarch64-xgene-reset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64-xgene-reset.patch')
-rw-r--r--aarch64-xgene-reset.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/aarch64-xgene-reset.patch b/aarch64-xgene-reset.patch
new file mode 100644
index 000000000..ca24401c9
--- /dev/null
+++ b/aarch64-xgene-reset.patch
@@ -0,0 +1,19 @@
+# Fix build failure on aarch64 secondary kernel.
+# Should make it into 3.16 shortly
+diff --git a/arch/arm64/include/uapi/asm/sigcontext.h b/arch/arm64/include/uapi/asm/sigcontext.h
+index b72cf40..ee469be 100644
+--- a/arch/arm64/include/uapi/asm/sigcontext.h
++++ b/arch/arm64/include/uapi/asm/sigcontext.h
+@@ -58,7 +58,7 @@ struct fpsimd_context {
+
+ struct esr_context {
+ struct _aarch64_ctx head;
+- u64 esr;
++ __u64 esr;
+ };
+
+ #endif /* _UAPI__ASM_SIGCONTEXT_H */
+--
+1.9.0
+
+