summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2016-05-02 15:26:15 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-05-10 15:36:14 +1000
commitd06349968edece9cab90d39abbd788e727aae75e (patch)
tree2b43860e156308989fbbb7acc99eb72aa6a94caa /asm
parentbaaa518f79224d81c7193ea36b2b042910cc08ba (diff)
downloadtalos-skiboot-d06349968edece9cab90d39abbd788e727aae75e.tar.gz
talos-skiboot-d06349968edece9cab90d39abbd788e727aae75e.zip
Make trigger_attn() enable attn also
This changes trigger_attn() to also enable attn via HID0, so callers don't have to do it themselves. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm')
-rw-r--r--asm/misc.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/misc.S b/asm/misc.S
index c8abdb9a..146b9c39 100644
--- a/asm/misc.S
+++ b/asm/misc.S
@@ -36,8 +36,8 @@ set_hid0:
isync
blr
-.global trigger_attn
-trigger_attn:
+.global __trigger_attn
+__trigger_attn:
sync
isync
attn
OpenPOWER on IntegriCloud