diff options
author | Alexander Graf <agraf@suse.de> | 2010-03-24 21:48:36 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-17 11:17:20 +0200 |
commit | 3ed9c6d2b5aa0ac365c52a2a3a370ac499f21e45 (patch) | |
tree | 2b2b946d76b9e1344f98dad5542d63971a3bd288 /arch/powerpc/kvm/book3s.c | |
parent | KVM: PPC: Use ULL for big numbers (diff) | |
download | linux-3ed9c6d2b5aa0ac365c52a2a3a370ac499f21e45.tar.xz linux-3ed9c6d2b5aa0ac365c52a2a3a370ac499f21e45.zip |
KVM: PPC: Make bools bitfields
Bool defaults to at least byte width. We usually only want to waste a single
bit on this. So let's move all the bool values to bitfields, potentially
saving memory.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/book3s.c')
0 files changed, 0 insertions, 0 deletions