From e815d6b7308d825c7cd33a1df8e61919368cfbc9 Mon Sep 17 00:00:00 2001 From: Russ Anderson <(rja@sgi.com)> Date: Mon, 16 May 2005 15:19:00 -0700 Subject: [PATCH] --- yaml --- r: 1710 b: refs/heads/master c: 8eac3757158ccd9c6b43f44f228a5762fec33781 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-ia64/sn/sn_sal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3eaab573fb38..b08de44ab06a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bb68c12b40c3c745381d7ce61d7b2e371f157505 +refs/heads/master: 8eac3757158ccd9c6b43f44f228a5762fec33781 diff --git a/trunk/include/asm-ia64/sn/sn_sal.h b/trunk/include/asm-ia64/sn/sn_sal.h index 56d74ca76b5d..94cc5392533a 100644 --- a/trunk/include/asm-ia64/sn/sn_sal.h +++ b/trunk/include/asm-ia64/sn/sn_sal.h @@ -472,7 +472,7 @@ static inline u64 ia64_sn_pod_mode(void) { struct ia64_sal_retval isrv; - SAL_CALL(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0); + SAL_CALL_REENTRANT(isrv, SN_SAL_POD_MODE, 0, 0, 0, 0, 0, 0, 0); if (isrv.status) return 0; return isrv.v0;