Re: [U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file

2009-01-23 Thread Wolfgang Denk
Dear Graeme Russ, In message <1228606151-10839-6-git-send-email-graeme.r...@gmail.com> you wrote: > Signed-off-by: Graeme Russ > --- > This allows for future tidy ups and functionality that will require > set_vector () > --- > cpu/i386/interrupts.c|3 ++- > include/asm-i386/interrupt

[U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file

2008-12-07 Thread Graeme Russ
Signed-off-by: Graeme Russ <[EMAIL PROTECTED]> --- This allows for future tidy ups and functionality that will require set_vector () --- cpu/i386/interrupts.c|3 ++- include/asm-i386/interrupt.h | 29 + 2 files changed, 31 insertions(+), 1 deletions(-) cr