commit | 66bcaf0bde100a4b54b82fc6fea6ceee2212ffb4 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 20 09:59:09 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Aug 31 09:35:45 2009 +0200 |
tree | 4d9e290bcf8da7e043d12f047b10ea4b6c3f33ff | |
parent | d9112f43021554ded2ef2b9bea5f88ba4b52abe0 [diff] |
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 <tglx@linutronix.de>