From: Jiri Slaby Date: Tue, 24 Feb 2009 20:41:33 +0000 (+0100) Subject: x86_32: summit_32, de-inline functions X-Git-Tag: v2.6.30-rc1~211^2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f26d05565d070b7b352dba56b1f96e10021980;p=pandora-kernel.git x86_32: summit_32, de-inline functions The ones which go only into struct genapic are de-inlined by compiler anyway, so remove the inline specifier from them. Afterwards, remove summit_setup_portio_remap completely as it is unused. Remove inline also from summit_cpu_mask_to_apicid, since it's not worth it (it is used in struct genapic too). Signed-off-by: Jiri Slaby Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed