Add patch to fix build failure on aarch64
This commit is contained in:
parent
3bd5ee3cc1
commit
9e4abbff7c
19
aarch64-xgene-reset.patch
Normal file
19
aarch64-xgene-reset.patch
Normal file
@ -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
|
||||||
|
|
||||||
|
|
@ -591,6 +591,8 @@ Patch14010: lis3-improve-handling-of-null-rate.patch
|
|||||||
Patch15000: nowatchdog-on-virt.patch
|
Patch15000: nowatchdog-on-virt.patch
|
||||||
|
|
||||||
# ARM64
|
# ARM64
|
||||||
|
# https://lkml.org/lkml/2014/6/11/534
|
||||||
|
Patch21000: aarch64-xgene-reset.patch
|
||||||
|
|
||||||
# ARM
|
# ARM
|
||||||
|
|
||||||
@ -1223,6 +1225,7 @@ ApplyOptionalPatch upstream-reverts.patch -R
|
|||||||
ApplyPatch 0001-lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
|
ApplyPatch 0001-lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch
|
||||||
|
|
||||||
# ARM64
|
# ARM64
|
||||||
|
ApplyPatch aarch64-xgene-reset.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# ARM
|
# ARM
|
||||||
@ -2221,6 +2224,9 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 13 2014 Peter Robinson <pbrobinson@fedoraproject.org>
|
||||||
|
- Add patch to fix build failure on aarch64
|
||||||
|
|
||||||
* Fri Jun 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc0.git10.1
|
* Fri Jun 13 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.16.0-0.rc0.git10.1
|
||||||
- Linux v3.15-9837-g682b7c1c8ea8
|
- Linux v3.15-9837-g682b7c1c8ea8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user