From: Thomas Gleixner Date: Thu, 20 Aug 2009 07:59:09 +0000 (+0200) Subject: x86: Move irq_init to x86_init_ops X-Git-Tag: v2.6.32-rc1~629^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66bcaf0bde100a4b54b82fc6fea6ceee2212ffb4;p=pandora-kernel.git x86: Move irq_init to x86_init_ops irq_init is overridden by x86_quirks and by paravirts. Unify the whole mess and make it an unconditional x86_init_ops function which defaults to the standard function and can be overridden by the early platform code. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed