x86_32: summit_32, de-inline functions
authorJiri Slaby <jirislaby@gmail.com>
Tue, 24 Feb 2009 20:41:33 +0000 (21:41 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 24 Feb 2009 21:07:51 +0000 (22:07 +0100)
commitb5f26d05565d070b7b352dba56b1f96e10021980
treeaf1d956630ece99cd7f7b4e12de4ae61981ae8a8
parent10b614eaa847447c2c8646030728309d14bd2d05
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 <jirislaby@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/summit_32.c