commit | 25dc004903a38f0b6f6626dbbab058c8709c5398 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 16:31:52 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 23:20:34 2009 +0100 |
tree | 81c0a02f81e67946977fe45c0d4d587be2935f63 | |
parent | 3d5f597e938c425554cb7668fd3c9d6a536a984a [diff] |
x86, smp: refactor ->inquire_remote_apic() methods Nothing exciting - a few subarches dont want APIC remote reads to be performed - the others are content with the default method. - extend the generic code to handle NULL methods - clear out dummy methods and replace them with NULL - clean up: remove wrapper macros, etc. Signed-off-by: Ingo Molnar <mingo@elte.hu>