From: Rusty Russell Date: Mon, 22 Apr 2013 04:40:39 +0000 (+0930) Subject: lguest: make check_gpte et. al return bool. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~63^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d12606f756bdb8328a66a2873dca6c46bcb4e5;p=pandora-kernel.git lguest: make check_gpte et. al return bool. This is a bit neater: we can immediately return if a PTE/PGD/PMD entry is invalid (which also kills the guest). It means we don't risk using invalid entries as we reshuffle the code. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed