[PATCH] ppc64: Spread lpevents by default on iSeries
With the previous patch in place, spreading lpevents by default becomes a one liner. 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>
This commit is contained in:
parent
bea248fb30
commit
fc07695386
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ struct HvLpEvent * ItLpQueue_getNextLpEvent( struct ItLpQueue * lpQueue )
|
|||
return nextLpEvent;
|
||||
}
|
||||
|
||||
unsigned long spread_lpevents = 1;
|
||||
unsigned long spread_lpevents = NR_CPUS;
|
||||
|
||||
int ItLpQueue_isLpIntPending( struct ItLpQueue * lpQueue )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue