Re: [U-Boot] [PATCH 1/1] ppc4xx: fix UIC external_interrupt hang on UIC0

2008-08-29 Thread Stefan Roese
On Friday 29 August 2008, Victor Gallardo wrote: > This patch fixes a UIC external_interrupt hang if critical or non-critical > interrupt is set at the same time as a normal interrupt is set on UIC0. Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan =

[U-Boot] [PATCH 1/1] ppc4xx: fix UIC external_interrupt hang on UIC0

2008-08-28 Thread Victor Gallardo
This patch fixes a UIC external_interrupt hang if critical or non-critical interrupt is set at the same time as a normal interrupt is set on UIC0. Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/uic.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cp