From e1006d565a747a5f846c5235e755e8c8aba8b6cc Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 31 Jul 2024 01:46:58 +0100 Subject: [PATCH] efi: fix link to legacy EFI handover protocol (cherry picked from commit 4d6ab7e8440845301c90211beb22015e7232faa1) (cherry picked from commit c12c122e2ad3668848ffff69913006d420bda41d) (cherry picked from commit 407ac39dd8c3ac41c7c9c6f2f9c8307cd60b5ce9) (cherry picked from commit 2fa6dd17940b9f49d30d1be99f4f03ec99e9e000) (cherry picked from commit f94e0a3a6b4d5b1fd2ae01fa3bffc3c8d929ea1c) --- src/boot/efi/linux_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/linux_x86.c b/src/boot/efi/linux_x86.c index 6a5e431107..7c3664c5d7 100644 --- a/src/boot/efi/linux_x86.c +++ b/src/boot/efi/linux_x86.c @@ -7,7 +7,7 @@ * this x86 specific linux_exec function passes the initrd by setting the * corresponding fields in the setup_header struct. * - * see https://docs.kernel.org/x86/boot.html + * see https://docs.kernel.org/arch/x86/boot.html */ #include