projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ad225
)
[IA64] Stop bit for brl instruction
author
Christian Kandeler
<christian.kandeler@hob.de>
Mon, 9 Jul 2007 14:19:11 +0000
(16:19 +0200)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/kernel/gate.S
b/arch/ia64/kernel/gate.S
index 3274850cf2722f07726582c3d133f5c14229d475..74b1ccce4e848187f59df741e944d3edf054f444 100644
(file)
--- 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)