From: Michael Ellerman Date: Thu, 30 Jun 2005 05:15:53 +0000 (+1000) Subject: [PATCH] ppc64: Don't count number of events processed for caller X-Git-Tag: v2.6.13-rc2~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74889802a1585af4e1652f0cb853ac22a65816a4;p=pandora-kernel.git [PATCH] ppc64: Don't count number of events processed for caller Currently we count the number of lpevents processed in 3 seperate places. One of these counters is never read, so just remove it. This means hvlpevent_queue_process() no longer needs to return the number of events processed. Signed-off-by: Michael Ellerman Acked-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed