diff options
author | Alex Williamson | 2013-12-06 19:16:09 +0100 |
---|---|---|
committer | Alex Williamson | 2013-12-06 19:16:09 +0100 |
commit | bf63839ffa2d0eebb1eb1706022f46e93b6fec08 (patch) | |
tree | 6441c3a456a650e899a2bb3a7a2a15b8c8b182a7 /linux-headers/asm-arm | |
parent | Open 2.0 development tree (diff) | |
download | qemu-bf63839ffa2d0eebb1eb1706022f46e93b6fec08.tar.gz qemu-bf63839ffa2d0eebb1eb1706022f46e93b6fec08.tar.xz qemu-bf63839ffa2d0eebb1eb1706022f46e93b6fec08.zip |
linux-headers: Update from v3.13-rc3
Update to tag v3.13-rc3 (374b105797c3d4f29c685f3be535c35f5689b30e)
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'linux-headers/asm-arm')
-rw-r--r-- | linux-headers/asm-arm/kvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-headers/asm-arm/kvm.h b/linux-headers/asm-arm/kvm.h index c1ee007523..c498b60c05 100644 --- a/linux-headers/asm-arm/kvm.h +++ b/linux-headers/asm-arm/kvm.h @@ -63,7 +63,8 @@ struct kvm_regs { /* Supported Processor Types */ #define KVM_ARM_TARGET_CORTEX_A15 0 -#define KVM_ARM_NUM_TARGETS 1 +#define KVM_ARM_TARGET_CORTEX_A7 1 +#define KVM_ARM_NUM_TARGETS 2 /* KVM_ARM_SET_DEVICE_ADDR ioctl id encoding */ #define KVM_ARM_DEVICE_TYPE_SHIFT 0 |