Merge branch 'x86/core' into core/ipi

This commit is contained in:
Ingo Molnar
2009-03-13 11:05:58 +01:00
522 changed files with 20897 additions and 18874 deletions

View File

@@ -796,6 +796,11 @@ int __init __weak early_irq_init(void)
return 0;
}
int __init __weak arch_probe_nr_irqs(void)
{
return 0;
}
int __init __weak arch_early_irq_init(void)
{
return 0;