]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 30 Jun 2005 05:16:09 +0000 (15:16 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Jun 2005 05:16:09 +0000 (15:16 +1000)
commitbe66a2d3d74064c5e8ff3b2cebd9e3e60aaf988d
tree6dc4428b3ce794c2e26db1583cab724f5bcefe19
parentb18b3c95525469372beca409da4c7a9f4e995c31
[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca

Currently there's a per-cpu count of lpevents processed, a per-queue (ie.
global) total count, and a count by event type.

Replace all that with a count by event for each cpu. We only need to add
it up int the proc code.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/ItLpQueue.c
include/asm-ppc64/iSeries/ItLpQueue.h
include/asm-ppc64/paca.h