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