From: Ingo Molnar Date: Sun, 22 Feb 2009 23:34:39 +0000 (+0100) Subject: x86: refactor x86_quirks support X-Git-Tag: v2.6.30-rc1~211^2~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6dafd6c741cd4679b4de3c5d9698851e4fa59c;p=pandora-kernel.git x86: refactor x86_quirks support Impact: cleanup Make x86_quirks support more transparent. The highlevel methods are now named: extern void x86_quirk_pre_intr_init(void); extern void x86_quirk_intr_init(void); extern void x86_quirk_trap_init(void); extern void x86_quirk_pre_time_init(void); extern void x86_quirk_time_init(void); This makes it clear that if some platform extension has to do something here that it is considered ... weird, and is discouraged. Also remove arch_hooks.h and move it into setup.h (and other header files where appropriate). Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed