bpf - Remove crit_enter/exit calls.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 20 Mar 2013 09:33:28 +0000 (10:33 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 20 Mar 2013 14:41:27 +0000 (15:41 +0100)
commit18bac79a1eb8878cb272bbc3d1cf5d7850ebdf10
tree41b184574323779165321ee6cf5c7746a30b4b50
parentb96cbbb6939faf6c4b58ef465d1beb0ad1501454
bpf - Remove crit_enter/exit calls.

bpf_token is used to protect the code now, critical sections are no
longer needed.

Pointed-out-by: sephe
sys/net/bpf.c