From: Alexander Kuleshov <kuleshovmail@gmail.com>
To: Thomas Gleixner <tglx@kernel.org>, Ingo Molnar <mingo@redhat.com>,
Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
linux-kernel@vger.kernel.org
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Ard Biesheuvel <ardb@kernel.org>,
Alexander Kuleshov <kuleshovmail@gmail.com>
Subject: [PATCH] x86/vmlinux.lds: Remove unused .x86_intel_mid_dev.init section
Date: Sun, 29 Mar 2026 21:16:22 +0500 [thread overview]
Message-ID: <20260329161622.197819-1-kuleshovmail@gmail.com> (raw)
The .x86_intel_mid_dev.init section and the symbols associated with it
are unused since the commit 4590d98f5a4f ("sfi: Remove framework for
deprecated firmware").
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
arch/x86/kernel/vmlinux.lds.S | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
index 4711a35e706c..1f127e0b8231 100644
--- a/arch/x86/kernel/vmlinux.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S
@@ -237,15 +237,6 @@ SECTIONS
__x86_cpu_dev_end = .;
}
-#ifdef CONFIG_X86_INTEL_MID
- .x86_intel_mid_dev.init : AT(ADDR(.x86_intel_mid_dev.init) - \
- LOAD_OFFSET) {
- __x86_intel_mid_dev_start = .;
- *(.x86_intel_mid_dev.init)
- __x86_intel_mid_dev_end = .;
- }
-#endif
-
#ifdef CONFIG_MITIGATION_RETPOLINE
/*
* List of instructions that call/jmp/jcc to retpoline thunks
--
2.53.0
next reply other threads:[~2026-03-29 16:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-29 16:16 Alexander Kuleshov [this message]
2026-03-30 9:46 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260329161622.197819-1-kuleshovmail@gmail.com \
--to=kuleshovmail@gmail.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ardb@kernel.org \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®