aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@hob.de>2007-07-09 16:19:11 +0200
committerTony Luck <tony.luck@intel.com>2007-07-09 13:37:44 -0700
commitc6255e9865a07d5313d6162482792f7bec9160db (patch)
treec254b6531f5ae79ba4ad33c8c64e1592bb440ed1 /arch/ia64
parentd7ad2254fa7cc11aec3faeba076c1243f6adeb47 (diff)
[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: Christian Kandeler <christian.kandeler@hob.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/gate.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/gate.S b/arch/ia64/kernel/gate.S
index 3274850cf27..74b1ccce4e8 100644
--- a/arch/ia64/kernel/gate.S
+++ b/arch/ia64/kernel/gate.S
@@ -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)