[IA64] Stop bit for brl instruction
authorChristian Kandeler <christian.kandeler@hob.de>
Mon, 9 Jul 2007 14:19:11 +0000 (16:19 +0200)
committerTony Luck <tony.luck@intel.com>
Mon, 9 Jul 2007 20:37:44 +0000 (13:37 -0700)
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>
arch/ia64/kernel/gate.S

index 3274850..74b1ccc 100644 (file)
@@ -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)