commit | 828554136bbacae6e39fc31b9cd7e7c660ad7530 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Jul 01 16:00:11 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:47:30 2010 +0300 |
tree | 4e2ec85ff33c9c1e7245e83ed8e4fa3791007ef7 | |
parent | 95c87e2b4460a488ec7ce42f273893e410ab385a [diff] |
KVM: Remove unnecessary divide operations This patch converts unnecessary divide and modulo operations in the KVM large page related code into logical operations. This allows to convert gfn_t to u64 while not breaking 32 bit builds. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>