Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/sys/kern/kern_mib.c 127911 2004-04-05 21:03:37Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_mib.c 140676 2005-01-23 20:59:19Z rwatson $");
254c254,255
< * local levels; otherwise, return the global level.
---
> * local levels; otherwise, return the global level. Perform a
> * lockless read since the securelevel is an interger.
256,257c257
< if (pr != NULL) {
< mtx_lock(&pr->pr_mtx);
---
> if (pr != NULL)
259,260c259
< mtx_unlock(&pr->pr_mtx);
< } else
---
> else