[PATCH 3/4] use __devinitconst on x86

From: Jan Beulich
Date: Fri Jan 11 2008 - 03:57:51 EST


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@xxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>

---
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 = {



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/