Quick build fixup for aarch64
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
5934d86345
commit
3a91cbd61f
17
aarch64build.patch
Normal file
17
aarch64build.patch
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
kernel/irq/manage.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
|
||||
index ab8567f32501..dec3f73e8db9 100644
|
||||
--- a/kernel/irq/manage.c
|
||||
+++ b/kernel/irq/manage.c
|
||||
@@ -2859,3 +2859,4 @@ bool irq_check_status_bit(unsigned int irq, unsigned int bitmask)
|
||||
rcu_read_unlock();
|
||||
return res;
|
||||
}
|
||||
+EXPORT_SYMBOL_GPL(irq_check_status_bit);
|
||||
--
|
||||
2.27.0
|
||||
|
||||
|
@ -744,6 +744,7 @@ Source4000: README.rst
|
||||
Patch1: patch-%{rpmversion}-redhat.patch
|
||||
Patch2: secureboot_merge_fix.patch
|
||||
Patch3: gcc11-plugins-fix.patch
|
||||
Patch4: aarch64build.patch
|
||||
%endif
|
||||
|
||||
# empty final patch to facilitate testing of kernel patches
|
||||
@ -1249,6 +1250,7 @@ cp -a %{SOURCE1} .
|
||||
ApplyOptionalPatch patch-%{rpmversion}-redhat.patch
|
||||
ApplyOptionalPatch secureboot_merge_fix.patch
|
||||
ApplyOptionalPatch gcc11-plugins-fix.patch
|
||||
ApplyOptionalPatch aarch64build.patch
|
||||
%endif
|
||||
|
||||
ApplyOptionalPatch linux-kernel-test.patch
|
||||
|
Loading…
Reference in New Issue
Block a user