K 10 svn:author V 3 kib K 8 svn:date V 27 2016-12-26T19:29:04.628338Z K 7 svn:log V 349 Remove redundancy in vmtotal(). There are two instances of inlined unlocks + continue in vmtotal() switch statements, which are ordinary expressed with break from the switch case and code after the switch. Also, the combination of continue and break statement is redundand. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week END