projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb68c12
)
[IA64-SGI] Make Altix SAL call to POD reentrant
author
Russ Anderson
<(rja@sgi.com)>
Mon, 16 May 2005 22:19:00 +0000
(15:19 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 17 May 2005 20:50:10 +0000
(13:50 -0700)
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>
include/asm-ia64/sn/sn_sal.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-ia64/sn/sn_sal.h
b/include/asm-ia64/sn/sn_sal.h
index 56d74ca76b5d0b9f4fc809c4f05c6152655b1311..94cc5392533a1c17a2c8cd6f4c6aa6609894a5d7 100644
(file)
--- a/
include/asm-ia64/sn/sn_sal.h
+++ b/
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;