x86/PCI: Mark DMI tables as initialization data
authorMathias Krause <minipli@googlemail.com>
Mon, 25 Aug 2014 21:26:35 +0000 (23:26 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 22 Sep 2014 20:24:41 +0000 (14:24 -0600)
commit4ac9cbfa35f2c05ed294a2b3e0bf5d0bb7cba607
tree1045570e28d57ebcf5a0fc63fff6026ffcd79ca4
parent52addcf9d6669fa439387610bc65c92fa0980cef
x86/PCI: Mark DMI tables as initialization data

The DMI tables are only used in __init code, thereby can be marked as
initialization data, too.  The same is true for the callback functions
referenced from the DMI tables.

This moves ~9.6 kB of code and r/o data to the init sections, marking the
memory for release after initialization.

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/common.c
This page took 0.024586 seconds and 5 git commands to generate.