]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: delete obsolete "bus master activity" proc field
authorLen Brown <len.brown@intel.com>
Wed, 22 Apr 2009 23:28:15 +0000 (19:28 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 22 Apr 2009 23:56:09 +0000 (19:56 -0400)
commit54d7ea19a9ba8e6e01090d94672dbe1b7eb1340d
treee0e7d25f3b01edb5f1fd1c38db428bd609dea4d9
parent2cb6174e2ee6a1417446eb83c1c5d7751940df4b
ACPI: delete obsolete "bus master activity" proc field

Linux-2.6.29 deleted the legacy ACPI idle handler, leaving
the CPU_IDLE handler, which does not track bus master activity.

So delete the unused bm_activity field -- it is confusing to
print an always zero value.

This patch could break programs that parse
/proc/acpi/processor/*/power, since it deletes this
line from that file:

bus master activity:     00000000

http://bugzilla.kernel.org/show_bug.cgi?id=13145
is not fixed by this patch, but provoked this patch.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c
include/acpi/processor.h