diff options
author | Paul Mackerras <paulus@samba.org> | 2011-05-11 02:38:50 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-05-20 05:43:41 +0200 |
commit | 44075d95e2567ce7b454bc1a4cf264ff6afebe65 (patch) | |
tree | 8d72f5a6c5cb2753cc335796ae1d04e3f6605d0a /arch/alpha/kernel/sys_titan.c | |
parent | powerpc: Remove last piece of GEMINI (diff) | |
download | linux-44075d95e2567ce7b454bc1a4cf264ff6afebe65.tar.xz linux-44075d95e2567ce7b454bc1a4cf264ff6afebe65.zip |
powerpc/kvm: Fix kvmppc_core_pending_dec
The vcpu->arch.pending_exceptions field is a bitfield indexed by
interrupt priority number as returned by kvmppc_book3s_vec2irqprio.
However, kvmppc_core_pending_dec was using an interrupt vector shifted
by 7 as the bit index. Fix it to use the irqprio value for the
decrementer interrupt instead. This problem was found by code
inspection.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/alpha/kernel/sys_titan.c')
0 files changed, 0 insertions, 0 deletions