git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27a621
)
x86: refactor ->enable_apic_mode() subarch methods
author
Ingo Molnar
<mingo@elte.hu>
Wed, 28 Jan 2009 11:43:18 +0000
(12:43 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 28 Jan 2009 22:20:26 +0000
(23:20 +0100)
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>
No differences found