* [patch] 2.6.5 SN_SAL_PRINT_ERROR is reentrant
@ 2004-04-27 0:00 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2004-04-27 0:00 UTC (permalink / raw)
To: linux-ia64
SN_SAL_PRINT_ERROR is a reentrant SAL call.
Index: linux/include/asm-ia64/sn/sn_sal.h
=================================--- linux.orig/include/asm-ia64/sn/sn_sal.h Mon Apr 26 15:20:18 2004
+++ linux/include/asm-ia64/sn/sn_sal.h Tue Apr 27 09:55:57 2004
@@ -289,7 +289,7 @@
ret_stuff.v0 = 0;
ret_stuff.v1 = 0;
ret_stuff.v2 = 0;
- SAL_CALL_NOLOCK(ret_stuff, SN_SAL_PRINT_ERROR, (uint64_t)hook, (uint64_t)rec, 0, 0, 0, 0, 0);
+ SAL_CALL_REENTRANT(ret_stuff, SN_SAL_PRINT_ERROR, (uint64_t)hook, (uint64_t)rec, 0, 0, 0, 0, 0);
return ret_stuff.status;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-04-27 0:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-27 0:00 [patch] 2.6.5 SN_SAL_PRINT_ERROR is reentrant Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox