[U-Boot] [PATCH 3/4] x86: Refactor interrupt_init()
Simon Glass
sjg at chromium.org
Tue Nov 25 04:06:40 CET 2014
On 20 November 2014 at 01:11, Bin Meng <bmeng.cn at gmail.com> wrote:
> Rename interrupt_init() in arch/x86/lib/pcat_interrupts.c to
> i8259_init() and create a new interrupt_init() in
> arch/x86/cpu/interrupt.c to call i8259_init() followed by a
> call to cpu_init_interrupts().
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> arch/x86/cpu/interrupts.c | 26 ++++++++++++++++++++------
> arch/x86/include/asm/i8259.h | 2 ++
> arch/x86/lib/pcat_interrupts.c | 9 +--------
> 3 files changed, 23 insertions(+), 14 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
Tested on chromebook_link:
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list