From 362753ed71eb4c9d4c3b3596c40e2b95114ccd88 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Thu, 30 Jun 2005 15:07:21 +1000 Subject: [PATCH] --- yaml --- r: 4017 b: refs/heads/master c: fc07695386067a4abbd5ac8c7974059eae0b0a79 h: refs/heads/master i: 4015: d1628a200883352c4f88143276ab3dc006cb026a v: v3 --- [refs] | 2 +- trunk/arch/ppc64/kernel/ItLpQueue.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 04fe55092a6d..da4808a5dd81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bea248fb30c3122ece8c34798527fac431c1d7b0 +refs/heads/master: fc07695386067a4abbd5ac8c7974059eae0b0a79 diff --git a/trunk/arch/ppc64/kernel/ItLpQueue.c b/trunk/arch/ppc64/kernel/ItLpQueue.c index e90dca8bd136..d37793467808 100644 --- a/trunk/arch/ppc64/kernel/ItLpQueue.c +++ b/trunk/arch/ppc64/kernel/ItLpQueue.c @@ -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 ) {