Module Name: src Committed By: martin Date: Wed May 12 10:25:23 UTC 2010
Modified Files:
src/sys/dev/ic: gem.c
Log Message:
Use callout_halt() instead of callout_stop() - otherwise gem_detach() might
be too fast and run callout_destroy() while another cpu is still busy
in the callout.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/ic/gem.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
