Commit 6eb0a291 authored by Tony Luck's avatar Tony Luck

[IA64] ivt.S: typo s/idirty_bit/dirty_bit/

Patch submitted by H.J. Lu
New ia64 assembler complains if the END(tag) doesn't match
the ENTRY(tag).
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent edb48757
......@@ -548,7 +548,7 @@ ENTRY(dirty_bit)
#endif
mov pr=r31,-1 // restore pr
rfi
END(idirty_bit)
END(dirty_bit)
.org ia64_ivt+0x2400
/////////////////////////////////////////////////////////////////////////////////////////
......
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