summaryrefslogtreecommitdiffstats
path: root/aarch64build.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-01-06 08:05:34 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-01-06 08:05:34 -0600
commite84678770742833d54029c8c4943614faae0d747 (patch)
treedaed331c6fa1bc0d897922425abeffafbd410361 /aarch64build.patch
parent3a91cbd61fc379fc559561ce4850e9e342dc18be (diff)
downloadkernel-e84678770742833d54029c8c4943614faae0d747.tar.gz
kernel-e84678770742833d54029c8c4943614faae0d747.tar.xz
kernel-e84678770742833d54029c8c4943614faae0d747.zip
kernel-5.11.0-0.rc2.20210106git36bbbd0e234d.117
* Wed Jan 06 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.11.0-0.rc2.20210106git36bbbd0e234d.117] - Add gcc-c++ to BuildRequires ("Justin M. Forbes") - irq: export irq_check_status_bit (Levi Yun) - Turn off vdso_install for ppc ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'aarch64build.patch')
-rw-r--r--aarch64build.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/aarch64build.patch b/aarch64build.patch
deleted file mode 100644
index a26e647ac..000000000
--- a/aarch64build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- 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
-
- \ No newline at end of file