diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2012-12-10 22:38:23 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-10 07:15:08 -0500 |
commit | 68e2ffed358c92341c126e606b500098fc72f5f7 (patch) | |
tree | 20f710a745f7ba4452fce413e83a6a8c67300ac3 /Documentation | |
parent | 908e7d7999bcce70ac52e7f390a8f5cbc55948de (diff) |
KVM: PPC: Fix SREGS documentation reference
Reflect the uapi folder change in SREGS API documentation.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Reviewed-by: Amos Kong <kongjianjun@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index f2d6391178b9..4fc2bfcb16d5 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -345,7 +345,7 @@ struct kvm_sregs { | |||
345 | __u64 interrupt_bitmap[(KVM_NR_INTERRUPTS + 63) / 64]; | 345 | __u64 interrupt_bitmap[(KVM_NR_INTERRUPTS + 63) / 64]; |
346 | }; | 346 | }; |
347 | 347 | ||
348 | /* ppc -- see arch/powerpc/include/asm/kvm.h */ | 348 | /* ppc -- see arch/powerpc/include/uapi/asm/kvm.h */ |
349 | 349 | ||
350 | interrupt_bitmap is a bitmap of pending external interrupts. At most | 350 | interrupt_bitmap is a bitmap of pending external interrupts. At most |
351 | one bit may be set. This interrupt has been acknowledged by the APIC | 351 | one bit may be set. This interrupt has been acknowledged by the APIC |