Re: compile error for Opteron CPU with kernel 2.6.0-test2

From: Andrew de Quincey (adq_dvb@lidskialf.net)
Date: Fri Aug 01 2003 - 09:36:38 EST


> OK, I'd be doing this:
>
> arch/x86_64/kernel/mpparse.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletion(-)
>
> diff -puN arch/x86_64/kernel/mpparse.c~nforce2-acpi-fixes-fix
> arch/x86_64/kernel/mpparse.c ---
> 25/arch/x86_64/kernel/mpparse.c~nforce2-acpi-fixes-fix 2003-07-31
> 21:18:45.000000000 -0700 +++
> 25-akpm/arch/x86_64/kernel/mpparse.c 2003-07-31 21:18:59.000000000 -0700 @@
> -896,7 +896,8 @@ void __init mp_parse_prt (void)
>
> /* Need to get irq for dynamic entry */
> if (entry->link.handle) {
> - irq = acpi_pci_link_get_irq(entry->link.handle, entry->link.index);
> + irq = acpi_pci_link_get_irq(entry->link.handle,
> + entry->link.index, NULL, NULL);
> if (!irq)
> continue;
> }
>
> _

Great, thanks very much.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:16 EST