commit | 53c8c8fdfd2d2d515bdcb3d0f2a11d1f3f42ece1 | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Fri Oct 03 11:52:54 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:38:40 2008 +0200 |
tree | 37c0af18e73feeeb8301473de1932163df1d96be | |
parent | ed86a59071a4ccd0e9bcefc61e013759a21eda78 [diff] |
markers: turn marker_synchronize_unregister() into an inline Turn marker synchronize unregister into a static inline. There is no reason to keep it as a macro over a static inline. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Ingo Molnar <mingo@elte.hu>