projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea248f
)
[PATCH] ppc64: Spread lpevents by default on iSeries
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 30 Jun 2005 05:07:21 +0000
(15:07 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 30 Jun 2005 05:07:21 +0000
(15:07 +1000)
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>
arch/ppc64/kernel/ItLpQueue.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc64/kernel/ItLpQueue.c
b/arch/ppc64/kernel/ItLpQueue.c
index e90dca8bd1367ec775c1d983b931513226a83ab6..d37793467808446c4a54491189cb8a6a7b8cec5b 100644
(file)
--- a/
arch/ppc64/kernel/ItLpQueue.c
+++ b/
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 )
{