On Wed, Apr 20, 2011 at 1:31 PM, Sam Ravnborg wrote:
>> +
>> irq_hw_number_t virq_to_hw(unsigned int virq)
>> {
>> return irq_map[virq].hwirq;
>> }
>> EXPORT_SYMBOL_GPL(virq_to_hw);
>
> General comment...
> kernel/irq/* denote the virtual irq numbers "irq".
> powerpc uses "virq" for the
> +
> irq_hw_number_t virq_to_hw(unsigned int virq)
> {
> return irq_map[virq].hwirq;
> }
> EXPORT_SYMBOL_GPL(virq_to_hw);
General comment...
kernel/irq/* denote the virtual irq numbers "irq".
powerpc uses "virq" for the same.
Sometimes it is confusing that two different names is used
f