commit | e98d0eabef2748d88fa58760d104e8e68517406b | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Mon Sep 29 11:05:13 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:26 2008 +0200 |
tree | 6a7782971bdd598380eab43c0cb9aefbb2c6e2d6 | |
parent | 9a1e9693f534174945154197fec4ec92f168ce21 [diff] |
markers: marker_synchronize_unregister() Create marker_synchronize_unregister() which must be called before the end of exit() to make sure every probe callers have exited the non preemptible section and thus are not executing the probe code anymore. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Ingo Molnar <mingo@elte.hu>