commit | b5f26d05565d070b7b352dba56b1f96e10021980 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Tue Feb 24 21:41:33 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 24 22:07:51 2009 +0100 |
tree | af1d956630ece99cd7f7b4e12de4ae61981ae8a8 | |
parent | 10b614eaa847447c2c8646030728309d14bd2d05 [diff] |
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>