[IA64-SGI] - New SN hardware support - cpu_relax
Add a few missing calls to "hint @pause". Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
@@ -749,7 +749,8 @@ ia64_sn_power_down(void)
|
||||
{
|
||||
struct ia64_sal_retval ret_stuff;
|
||||
SAL_CALL(ret_stuff, SN_SAL_SYSTEM_POWER_DOWN, 0, 0, 0, 0, 0, 0, 0);
|
||||
while(1);
|
||||
while(1)
|
||||
cpu_relax();
|
||||
/* never returns */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user