Commit 61fffdd6 authored by Tony Luck's avatar Tony Luck Committed by David Mosberger

[IA64] make INIT dump work again

current can be in region 5, use 'tpa' to convert to physical
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 2cb7bcfc
......@@ -65,7 +65,7 @@
#endif
#ifdef MINSTATE_PHYS
# define MINSTATE_GET_CURRENT(reg) mov reg=IA64_KR(CURRENT);; dep reg=0,reg,61,3
# define MINSTATE_GET_CURRENT(reg) mov reg=IA64_KR(CURRENT);; tpa reg=reg
# define MINSTATE_START_SAVE_MIN MINSTATE_START_SAVE_MIN_PHYS
# define MINSTATE_END_SAVE_MIN MINSTATE_END_SAVE_MIN_PHYS
#endif
......
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