From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 10 May 2009 09:42:08 +0200 Subject: [U-Boot] [PATCH 1/6] arm: unify interrupt init In-Reply-To: <1241876118-27469-1-git-send-email-plagnioj@jcrosoft.com> References: <1241876118-27469-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: <4A068550.5020702@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > all arm init the IRQ stack the same way > so unify it in lib_arm/interrupts.c and then call arch specific interrupt init > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cortex-A8 (OMAP3) part Acked-by: Dirk Behme > --- > applied to arm/testing > > Best Regards, > J. > cpu/arm1136/cpu.c | 11 ----------- > cpu/arm720t/cpu.c | 7 ------- > cpu/arm720t/interrupts.c | 2 +- > cpu/arm920t/cpu.c | 11 ----------- > cpu/arm925t/cpu.c | 11 ----------- > cpu/arm926ejs/cpu.c | 11 ----------- > cpu/arm946es/cpu.c | 11 ----------- > cpu/arm_cortexa8/cpu.c | 12 ------------ > cpu/arm_intcm/cpu.c | 11 ----------- > cpu/ixp/cpu.c | 12 ------------ > cpu/ixp/interrupts.c | 2 +- > cpu/lh7a40x/cpu.c | 11 ----------- > cpu/pxa/cpu.c | 11 ----------- > cpu/sa1100/cpu.c | 7 ------- > include/asm-arm/u-boot-arm.h | 1 + > lib_arm/interrupts.c | 13 +++++++++++++ > 16 files changed, 16 insertions(+), 128 deletions(-)