x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst
authorMathias Krause <minipli@googlemail.com>
Mon, 25 Aug 2014 21:26:37 +0000 (23:26 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Sep 2014 12:46:17 +0000 (06:46 -0600)
commit776f7ad6322817a5a021c5c479d688d322fb4b27
treed3681b4df376c9ea6c5acf5ffe0b02f1b90356af
parent64474b5235e83cc5e6002dcdb37145850ad86194
x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconst

The constants in pci_mmcfg_nvidia_mcp55() need to be marked as __initconst
or they will remain in memory after init memory was released.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
arch/x86/pci/mmconfig-shared.c
This page took 0.02599 seconds and 5 git commands to generate.