diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index d1afbae5b1fb..3f8d971ac36e 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -53,7 +53,7 @@ unsigned long pci_hotplug_mem_size = DEFAULT_HOTPLUG_MEM_SIZE; | |||
53 | * the dfl or actual value as it sees fit. Don't forget this is | 53 | * the dfl or actual value as it sees fit. Don't forget this is |
54 | * measured in 32-bit words, not bytes. | 54 | * measured in 32-bit words, not bytes. |
55 | */ | 55 | */ |
56 | u8 pci_dfl_cache_line_size __initdata = L1_CACHE_BYTES >> 2; | 56 | u8 pci_dfl_cache_line_size __devinitdata = L1_CACHE_BYTES >> 2; |
57 | u8 pci_cache_line_size; | 57 | u8 pci_cache_line_size; |
58 | 58 | ||
59 | /** | 59 | /** |