[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <4FDF1EFD020000780008A65D@nat28.tlf.novell.com>
Date: Mon, 18 Jun 2012 11:28:45 +0100
From: "Jan Beulich" <JBeulich@...e.com>
To: <mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86/microcode: microcode_id[] can be __initconst
It's not being used for other than creating module aliases (i.e. no
loadable section has any reference to it).
Signed-off-by: Jan Beulich <jbeulich@...e.com>
---
arch/x86/kernel/microcode_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 3.5-rc3/arch/x86/kernel/microcode_core.c
+++ 3.5-rc3-x86-microcode-sections/arch/x86/kernel/microcode_core.c
@@ -504,7 +504,7 @@ static struct notifier_block __refdata m
#ifdef MODULE
/* Autoload on Intel and AMD systems */
-static const struct x86_cpu_id microcode_id[] = {
+static const struct x86_cpu_id __initconst microcode_id[] = {
#ifdef CONFIG_MICROCODE_INTEL
{ X86_VENDOR_INTEL, X86_FAMILY_ANY, X86_MODEL_ANY, },
#endif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists