From: Roland Dreier Date: Wed, 30 Sep 2009 20:58:03 +0000 (-0700) Subject: ACPI: kill overly verbose "throttling states" log messages X-Git-Tag: v2.6.32-rc3~4^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53412c5b1225db77f7ac04b6a5351e60ea2a280f;p=pandora-kernel.git ACPI: kill overly verbose "throttling states" log messages I was recently lucky enough to get a 64-CPU system. The processors actually have T-states, so my kernel log ends up with 64 lines like: ACPI: Processor [CPU0] (supports xx throttling states) This is pretty useless clutter because - this info is already available after boot from /proc/acpi/processor/CPUnn/throttling - there's also an ACPI_DEBUG_PRINT() in processor_throttling.c that gives the same info on boot for anyone who *really* cares. So just delete the code that prints the throttling states in processor_core.c. Signed-off-by: Roland Dreier Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed