On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass <s...@chromium.org> wrote: > On 1 February 2016 at 02:40, Bin Meng <bmeng...@gmail.com> wrote: >> At present irq_router is declared as a static struct irq_router in >> arch/x86/cpu/irq.c. Since it's a driver control block, it makes sense >> to move it to a per driver priv. Adjust existing APIs to accept an >> additional parameter of irq_router's udevice. >> >> Signed-off-by: Bin Meng <bmeng...@gmail.com> >> --- >> >> arch/x86/cpu/irq.c | 73 >> +++++++++++++++++++------------------ >> arch/x86/include/asm/pirq_routing.h | 12 ++++-- >> arch/x86/lib/pirq_routing.c | 12 +++--- >> 3 files changed, 51 insertions(+), 46 deletions(-) > > Reviewed-by: Simon Glass <s...@chromium.org> > Tested on Minnowmax: > Tested-by: Simon Glass <s...@chromium.org>
applied to u-boot-x86/master, thanks! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot