commit | 9694cd6c17582cd6c29bf4a4e4aa767862ff4f4c | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Mon Mar 02 10:53:55 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Mar 02 11:20:32 2009 +0100 |
tree | b1f2dcaa55d5e2aa9c97b118e6ee4cf987e80ccf | |
parent | 3b900d44190c7da8681101c57a5be6b354dab2c7 [diff] |
x86_32: apic/bigsmp_32, de-inline functions The ones which go only into struct apic are de-inlined by compiler anyway, so remove the inline specifier from them. Afterwards, remove bigsmp_setup_portio_remap completely as it is unused. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>