From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 12 Jun 2013 16:18:11 +0200 Subject: [U-Boot] [PATCH 0/2] fix displaying IRQ stack info In-Reply-To: <1369632562-13916-1-git-send-email-yamada.m@jp.panasonic.com> References: <1369632562-13916-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20130612161811.648fc3e0@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 27 May 2013 14:29:20 +0900, Masahiro Yamada wrote: > These series of patches fix the location of > displaying IRQ stack infomation. > > Because ARM architecture supports generic_board, > I separated my commit into 2 patches. > > The first one fix arch/arm/lib/board.c > The second one fix common/board_f.c and common/board_r.c > > Masahiro Yamada (2): > arm: fix displaying IRQ stack info > common: arm: fix displaying IRQ stack info > > arch/arm/lib/board.c | 10 ++++++---- > common/board_f.c | 4 ---- > common/board_r.c | 10 ++++++++++ > 3 files changed, 16 insertions(+), 8 deletions(-) After discussing with Masahiro and Wolfgang, this patch will not be applied, as currently no board defines CONFIG_USE_IRQ any more. What becomes of code which depends on CONFIG_USE_IRQ will be sorted out through discussing an RFC on interrupt handling in U-boot which I will post within a couple of days. Amicalement, -- Albert.