diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2009-01-03 17:23:12 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:02:59 -0400 |
commit | bdc89f13ec955c14777d5caf02dfca3f51d639bd (patch) | |
tree | 3c85ecba0c0a14556c7cac6cfb287dd74944989e /arch/powerpc/kvm/booke.h | |
parent | b52a638c391c5c7b013180f5374274698b8535c8 (diff) |
KVM: ppc: distinguish between interrupts and priorities
Although BOOKE_MAX_INTERRUPT has the right value, the meaning is not match.
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/booke.h')
-rw-r--r-- | arch/powerpc/kvm/booke.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/booke.h b/arch/powerpc/kvm/booke.h index 311fdbc23fbe..7ceeb3e739b4 100644 --- a/arch/powerpc/kvm/booke.h +++ b/arch/powerpc/kvm/booke.h | |||
@@ -42,6 +42,7 @@ | |||
42 | #define BOOKE_IRQPRIO_EXTERNAL 13 | 42 | #define BOOKE_IRQPRIO_EXTERNAL 13 |
43 | #define BOOKE_IRQPRIO_FIT 14 | 43 | #define BOOKE_IRQPRIO_FIT 14 |
44 | #define BOOKE_IRQPRIO_DECREMENTER 15 | 44 | #define BOOKE_IRQPRIO_DECREMENTER 15 |
45 | #define BOOKE_IRQPRIO_MAX 15 | ||
45 | 46 | ||
46 | /* Helper function for "full" MSR writes. No need to call this if only EE is | 47 | /* Helper function for "full" MSR writes. No need to call this if only EE is |
47 | * changing. */ | 48 | * changing. */ |