From d06349968edece9cab90d39abbd788e727aae75e Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Mon, 2 May 2016 15:26:15 +1000 Subject: 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 Signed-off-by: Stewart Smith --- asm/misc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm') 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 -- cgit v1.2.1