diff options
Diffstat (limited to '0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch')
-rw-r--r-- | 0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch b/0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch index a95c549..6b60d46 100644 --- a/0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch +++ b/0027-Arm64-adjust-__irq_to_desc-to-fix-build-with-gcc14.patch @@ -1,7 +1,7 @@ From ee826bc490d6036ed9b637ada014a2d59d151f79 Mon Sep 17 00:00:00 2001 From: Jan Beulich <jbeulich@suse.com> Date: Tue, 24 Sep 2024 14:40:34 +0200 -Subject: [PATCH 27/35] Arm64: adjust __irq_to_desc() to fix build with gcc14 +Subject: [PATCH 27/83] Arm64: adjust __irq_to_desc() to fix build with gcc14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -57,5 +57,5 @@ index 6b89f64fd1..b9757d7ad3 100644 if ( irq < NR_LOCAL_IRQS ) return &this_cpu(local_irq_desc)[irq]; -- -2.46.1 +2.47.0 |