Skip to content

Commit

Permalink
[IA64] Stop bit for brl instruction
Browse files Browse the repository at this point in the history
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: Christian Kandeler <christian.kandeler@hob.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Christian Kandeler authored and Tony Luck committed Jul 9, 2007
1 parent d7ad225 commit c6255e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/gate.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c6255e9

Please sign in to comment.