public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] use __devinitconst on x86
@ 2008-01-11  8:57 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-01-11  8:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar

The patch probably doesn't change all instances where 'const' could
have been added as a result of the base structure changes, only where
the change has a real effect (the module loader doesn't enforce
read-only section attributes at present, so only built-in files make a
real difference).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Ingo Molnar <mingo@elte.hu>

---
 arch/x86/pci/acpi.c   |    2 +-
 arch/x86/pci/common.c |    2 +-
 arch/x86/pci/fixup.c  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

--- 2.6.24-rc7-initconst.orig/arch/x86/pci/acpi.c
+++ 2.6.24-rc7-initconst/arch/x86/pci/acpi.c
@@ -13,7 +13,7 @@ static int __devinit can_skip_ioresource
 	return 0;
 }
 
-static struct dmi_system_id acpi_pciprobe_dmi_table[] __devinitdata = {
+static struct dmi_system_id __devinitconst acpi_pciprobe_dmi_table[] = {
 /*
  * Systems where PCI IO resource ISA alignment can be skipped
  * when the ISA enable bit in the bridge control is not set
--- 2.6.24-rc7-initconst.orig/arch/x86/pci/common.c
+++ 2.6.24-rc7-initconst/arch/x86/pci/common.c
@@ -147,7 +147,7 @@ static int __devinit assign_all_busses(c
 }
 #endif
 
-static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = {
+static struct dmi_system_id __devinitconst pciprobe_dmi_table[] = {
 #ifdef __i386__
 /*
  * Laptops which need pci=assign-busses to see Cardbus cards
--- 2.6.24-rc7-initconst.orig/arch/x86/pci/fixup.c
+++ 2.6.24-rc7-initconst/arch/x86/pci/fixup.c
@@ -354,7 +354,7 @@ static void __devinit pci_fixup_video(st
 DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_video);
 
 
-static struct dmi_system_id __devinitdata msi_k8t_dmi_table[] = {
+static struct dmi_system_id __devinitconst msi_k8t_dmi_table[] = {
 	{
 		.ident = "MSI-K8T-Neo2Fir",
 		.matches = {
@@ -411,7 +411,7 @@ DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_V
  */
 static u16 toshiba_line_size;
 
-static struct dmi_system_id __devinitdata toshiba_ohci1394_dmi_table[] = {
+static struct dmi_system_id __devinitconst toshiba_ohci1394_dmi_table[] = {
 	{
 		.ident = "Toshiba PS5 based laptop",
 		.matches = {




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-11  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11  8:57 [PATCH 3/4] use __devinitconst on x86 Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox