commit | 91a8d46c47e7eb1c53c181e4328a3cfa45ae4ad3 | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Mon Sep 29 11:10:34 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:33 2008 +0200 |
tree | 61a4f531bd68a386610d6ecaa520bda1d7c80174 | |
parent | 531d297569014e8f889b167a2d15d72429faead1 [diff] |
markers: documentation fix for teardown Document the need for a marker_synchronize_unregister() 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>