[PATCH] ppc64: Don't count number of events processed for caller
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 30 Jun 2005 05:15:53 +0000 (15:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Jun 2005 05:15:53 +0000 (15:15 +1000)
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 <michael@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found