From: Rakib Mullick Date: Sat, 2 Apr 2011 07:17:48 +0000 (+0600) Subject: x86, mpparse: Put check_slot() into .init section X-Git-Tag: v3.0-rc1~396^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d21fc194e12bdf7347019bf10325a4b3d77e7b;p=pandora-kernel.git x86, mpparse: Put check_slot() into .init section check_slot() is only called from replace_intsrc_all() - which is in the .init section. So, put check_slot into the .init section as well, so it can be freed after system boot. Signed-off-by: Rakib Mullick LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed