From: Ingo Molnar Date: Wed, 28 Jan 2009 11:43:18 +0000 (+0100) Subject: x86: refactor ->enable_apic_mode() subarch methods X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4904033302c745342e3b3a611881cdee57fbe06a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed