diff options
author | Alexander Graf <agraf@suse.de> | 2014-06-11 19:13:55 +0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-07-28 17:22:12 +0400 |
commit | f6bf3a66227447f89f25b9db0ae39357decf2509 (patch) | |
tree | 761834f7349e02e83e4ee5c387394f735eb54195 /arch/powerpc/kvm/book3s_pr.c | |
parent | fb4188bad02f4871b26cf19b98e8d92499ca5d31 (diff) | |
download | linux-f6bf3a66227447f89f25b9db0ae39357decf2509.tar.xz |
KVM: PPC: Book3s HV: Fix tlbie compile error
Some compilers complain about uninitialized variables in the compute_tlbie_rb
function. When you follow the code path you'll realize that we'll never get
to that point, but the compiler isn't all that smart.
So just default to 4k page sizes for everything, making the compiler happy
and the code slightly easier to read.
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s_pr.c')
0 files changed, 0 insertions, 0 deletions