]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.c
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 30 Jun 2005 05:07:33 +0000 (15:07 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 30 Jun 2005 05:07:33 +0000 (15:07 +1000)
commit0c885c175c06bdfe13e88d974d56a5e93ad2f544
treed1986e295a8cfa02184c0f1d154cee2ce21fb06b
parentfc07695386067a4abbd5ac8c7974059eae0b0a79
[PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.c

The only code outside ItLpQueue.c that refers to spread_lpevents is in
set_apread_lpevents(), so move it inside ItLpQueue.c and make spread_lpevents
static.

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
arch/ppc64/kernel/iSeries_setup.c