diff options
author | 2013-04-12 10:27:39 +0200 | |
---|---|---|
committer | 2013-04-12 10:27:39 +0200 | |
commit | 232a73dda2f2dba9002b727eb3ec76d82882b90c (patch) | |
tree | 308cdeea9bf18de71af79dcd5a30a8f2be9af6da /include/linux/kvm_types.h | |
parent | ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_* (diff) | |
parent | Merge remote-tracking branch 'asoc/fix/wm8903' into tmp (diff) | |
download | wireguard-linux-232a73dda2f2dba9002b727eb3ec76d82882b90c.tar.xz wireguard-linux-232a73dda2f2dba9002b727eb3ec76d82882b90c.zip |
Merge tag 'asoc-v3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.9
A few updates, more than I'd like, fixing some relatively small issues
but mostly driver specific ones. Nothing wildly exciting so if it
doesn't make v3.9 it won't be the end of the world but it'd be nice.
Diffstat (limited to 'include/linux/kvm_types.h')
-rw-r--r-- | include/linux/kvm_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index fa7cc7244cbd..b0bcce0ddc95 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -71,6 +71,7 @@ struct gfn_to_hva_cache { u64 generation; gpa_t gpa; unsigned long hva; + unsigned long len; struct kvm_memory_slot *memslot; }; |