[IA64-SGI] Make Altix SAL call to POD reentrant

Change the SAL call for POD mode to be reentrant.
This change is SN specific.

Signed-off-by: Russ Anderson (rja@sgi.com)
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Russ Anderson and committed by
Tony Luck
8eac3757 bb68c12b

+1 -1
+1 -1
include/asm-ia64/sn/sn_sal.h
··· 472 472 ia64_sn_pod_mode(void) 473 473 { 474 474 struct ia64_sal_retval isrv; 475 - SAL_CALL(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0); 475 + SAL_CALL_REENTRANT(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0); 476 476 if (isrv.status) 477 477 return 0; 478 478 return isrv.v0;