commit | 4904033302c745342e3b3a611881cdee57fbe06a | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 12:43:18 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 23:20:26 2009 +0100 |
tree | f7c6bcbf21989edbb02b263226865a5e34f13a02 | |
parent | a27a621001f4c3e57caf47feff4b014577fd01c6 [diff] |
x86: refactor ->enable_apic_mode() subarch methods Only ES7000 has a real ->enable_apic_mode() method, the other subarchitectures define it but keep it empty. So mark the vector as NULL, extend the generic code to handle NULL -setup_portio_remap() entries and remove all the empty handlers. Signed-off-by: Ingo Molnar <mingo@elte.hu>