Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6255e98 authored by Christian Kandeler's avatar Christian Kandeler Committed by Tony Luck
Browse files

[IA64] Stop bit for brl instruction



SDM says that brl instruction must be followed by a stop bit.
Fix instance in BRL_COND_FSYS_BUBBLE_DOWN where it isn't.

Signed-off-by: default avatarChristian Kandeler <christian.kandeler@hob.de>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent d7ad2254
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
	.previous
#define BRL_COND_FSYS_BUBBLE_DOWN(pr)			\
[1:](pr)brl.cond.sptk 0;				\
	;;						\
	.xdata4 ".data.patch.brl_fsys_bubble_down", 1b-.

GLOBAL_ENTRY(__kernel_syscall_via_break)