commit | 4ac9cbfa35f2c05ed294a2b3e0bf5d0bb7cba607 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Mon Aug 25 23:26:35 2014 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 22 14:24:41 2014 -0600 |
tree | 1045570e28d57ebcf5a0fc63fff6026ffcd79ca4 | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef [diff] |
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>