K 10 svn:author V 3 dim K 8 svn:date V 27 2012-11-14T20:32:43.402460Z K 7 svn:log V 405 MFC r242715: For kernel builds with PROFLEVEL >= 1, such as LINT, don't attempt to use the -falign-functions option if the compiler is clang, as the flag is not supported. MFC r242717: For kernel builds with PROFLEVEL >= 2, such as LINT, don't attempt to use the -mprofiler-epilogue option if the compiler is clang, as the flag is not supported. While here, fix up the value indentations. END