[U-Boot] [PATCH 04/10] x86: Ignore function number when writing PIRQ routing table

Simon Glass sjg at chromium.org
Tue Jun 16 04:46:41 CEST 2015


On 15 June 2015 at 01:59, Bin Meng <bmeng.cn at gmail.com> wrote:
> In fill_irq_info() pci device's function number is written into
> the table, however this is not really necessary. The function
> number can be anything as OS doesn't care about this field,
> neither does the PIRQ routing specification. Change to always
> writing 0 as the function number.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/cpu/irq.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list