From: Alexander Graf Date: Wed, 24 Mar 2010 20:48:36 +0000 (+0100) Subject: KVM: PPC: Make bools bitfields X-Git-Tag: v2.6.35-rc1~436^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed9c6d2b5aa0ac365c52a2a3a370ac499f21e45;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed