From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 10 May 2009 16:42:12 +0200 Subject: [U-Boot] [PATCH 1/6] arm: unify interrupt init In-Reply-To: <4A068550.5020702@googlemail.com> References: <1241876118-27469-1-git-send-email-plagnioj@jcrosoft.com> <4A068550.5020702@googlemail.com> Message-ID: <20090510144212.GC21079@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09:42 Sun 10 May , Dirk Behme wrote: > 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 As OMAP3 does not support IRQ actually this patch will have normally no impact in the omap3 way it's just remove dead code Best Regards, J.