commit | 8c38e4d0b8d37dcd3bfd2293481e220b1b4a3a42 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 23 12:18:46 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:17 2015 -0600 |
tree | dd9c395e8e761f335c07a1f4b1c8a4b73e7acbe2 | |
parent | 9c235436a3fbc8d6959c0acee276b7060e61f2e5 [diff] |
x86: Ignore function number when writing PIRQ routing table 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@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>