commit | d83093b50416f4ca59d3a84b2ddc217748214d64 | [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:25 2009 +0100 |
tree | 7dd0bb6c29ceff7f37941eace690ac157b58338f | |
parent | 8058714a41afc4c983acb274b1adf7bd3cfe7f6e [diff] |
x86: refactor ->setup_portio_remap() subarch methods Only NUMAQ has a real ->setup_portio_remap() 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. Also move the NUMAQ method from the header file into the apic driver .c file. Signed-off-by: Ingo Molnar <mingo@elte.hu>