From: Mathias Krause Date: Mon, 25 Aug 2014 21:26:35 +0000 (+0200) Subject: x86/PCI: Mark DMI tables as initialization data X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~10^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ac9cbfa35f2c05ed294a2b3e0bf5d0bb7cba607;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas Acked-by: Ingo Molnar --- Reading git-diff-tree failed