RE: [PATCH]2.6.3-rc2 MSI Support for IA64

From: Nguyen, Tom L
Date: Mon Feb 23 2004 - 11:48:45 EST


On Fri, 20 Feb 2004, 5:55 PM Zwane Mwaikambo wrote:

>> To avoid some #ifdef statements as possible, "ia64_platform"
>> defined in the header file "msi.h" is set to TRUE only if
>> setting CONFIG_IA64 to 'Y'. The setting of ia64_platform
>> to TRUE will execute function ia64_alloc_vector.
>>
>> This API is only used in assign_msi_vector()in msi.c:
>>
>> vector = (ia64_platform ? ia64_alloc_vector() :
>> assign_irq_vector(MSI_AUTO));

> I think we should just come up with a standard name here, i'm biased and
> think it should be assign_irq_vector ;)

Thanks for the comments from Mika Penttilä and you. We are working on it
right now.

Thanks,
Long

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