From: Ingo Molnar Date: Thu, 16 Jun 2011 11:26:23 +0000 (+0200) Subject: Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=af07ce3e77d3b24ab1d71fcc5833d41800f23b2b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'tip/perf/core-2' of git://git./linux/kernel/git/rostedt/linux-2.6-trace into perf/core Conflicts: Makefile --- af07ce3e77d3b24ab1d71fcc5833d41800f23b2b diff --cc Makefile index badb9239e2bb,e7d01adaf692..cb6bdab8947b --- a/Makefile +++ b/Makefile @@@ -1290,11 -1267,7 +1290,12 @@@ help @echo ' make O=dir [targets] Locate all output files in "dir", including .config' @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)' @echo ' make C=2 [targets] Force check of all c source with $$CHECK' - @echo ' make W=1 [targets] Enable extra gcc checks' ++ @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' + @echo ' make W=n [targets] Enable extra gcc checks, n=1,2,3 where' + @echo ' 1: warnings which may be relevant and do not occur too often' + @echo ' 2: warnings which occur quite often but may still be relevant' + @echo ' 3: more obscure warnings, can most likely be ignored' + @echo ' Multiple levels can be combined with W=12 or W=123' @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' @echo '' @echo 'Execute "make" or "make all" to build all targets marked with [*] '