commit | da89a1cf92be6c195ff35afd253a11b427a152c3 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jul 02 19:09:47 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Tue Jul 08 12:10:36 2014 +0200 |
tree | c8324bb72179a86371f88c1ebdbb70c943c9d5c1 | |
parent | be5c9ddabc25f73b619974027f7894d8cb8a2c82 [diff] |
PPC: Fix booke206 TLB with phys addrs > 32bit We were truncating physical addresses to 32bit when using qemu-system-ppc with a booke206 TLB implementation. This patch fixes that and makes the full address space available. Signed-off-by: Alexander Graf <agraf@suse.de>