]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: fix trigger_address_error()
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Sun, 4 Nov 2012 15:53:13 +0000 (15:53 +0000)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 30 Nov 2012 06:06:04 +0000 (15:06 +0900)
commit867da0d4fe79baf78b7320b99eea4c7a78b15581
treef414c7ca40ce97344632bc602b0dbd479d1099a6
parentb8715d8def240014da5614a4f940130ec06d9ebf
sh: fix trigger_address_error()

The function should set BL bit, but it should not clear other flags.
So, the patch uses set_bl_bit() instead of a local asm code.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/sh/include/asm/system.h