]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: unify interrupt init
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 9 May 2009 11:21:18 +0000 (13:21 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:52 +0000 (20:39 +0200)
commitc358d9c3f16571e8f825e81b75eaf32e228cb669
tree6d71594207568353965053aff1e009eefed80cdb
parent10a451cd57cffbca875c97bbd8929059c5627ec6
arm: unify interrupt init

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 <plagnioj@jcrosoft.com>
16 files changed:
cpu/arm1136/cpu.c
cpu/arm720t/cpu.c
cpu/arm720t/interrupts.c
cpu/arm920t/cpu.c
cpu/arm925t/cpu.c
cpu/arm926ejs/cpu.c
cpu/arm946es/cpu.c
cpu/arm_cortexa8/cpu.c
cpu/arm_intcm/cpu.c
cpu/ixp/cpu.c
cpu/ixp/interrupts.c
cpu/lh7a40x/cpu.c
cpu/pxa/cpu.c
cpu/sa1100/cpu.c
include/asm-arm/u-boot-arm.h
lib_arm/interrupts.c