From: Michael Ellerman Date: Thu, 30 Jun 2005 05:16:09 +0000 (+1000) Subject: [PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca X-Git-Tag: v2.6.13-rc2~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed094150bdeb6eca691f1b7a05bd34d4d1a95488;p=pandora-kernel.git [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 Acked-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed