K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-30T00:35:48.000000Z K 7 svn:log V 477 Merge kern_prot.c:1.190-1.191 from HEAD to RELENG_5: date: 2005/01/23 21:01:00; author: rwatson; state: Exp; lines: +0 -4 When reading pr_securelevel from a prison, perform a lockless read, as it's an integer read operation and the resulting slight race is acceptable. date: 2005/01/23 21:11:39; author: rwatson; state: Exp; lines: +2 -4 Style cleanup: with removal of mutex operations, we can also remove {}'s from securelevel_gt() and securelevel_ge(). END