Commit 1e00b9ab authored by Tony Luck's avatar Tony Luck

[IA64] entry.S: .align in .text sections is broken, use TEXT_ALIGN()

A few reports of illegal instruction panics while trying to boot
were tracked to this.  Fix by David Mosberger.
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 374459a5
...@@ -987,7 +987,7 @@ dont_preserve_current_frame: ...@@ -987,7 +987,7 @@ dont_preserve_current_frame:
shladd in0=loc1,3,r17 shladd in0=loc1,3,r17
mov in1=0 mov in1=0
;; ;;
.align 32 TEXT_ALIGN(32)
rse_clear_invalid: rse_clear_invalid:
#ifdef CONFIG_ITANIUM #ifdef CONFIG_ITANIUM
// cycle 0 // cycle 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment