diff options
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | 2012-08-03 15:43:51 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-08-06 16:04:59 +0300 |
commit | 9c5b11728344e1085593f494ddc8838497e7ffde (patch) | |
tree | 0452dc0149bbc6ed01001b7807e902e9d2102148 /arch/tile/mm | |
parent | 32cad84f44d186654492f1a50a1424c8906ccbd9 (diff) |
KVM: let the error pfn not depend on error code
Currently, we use the error code as error pfn to indicat the error
condition, it is not straightforward and it will not work on PAE
32-bit cpu with huge memory, since the valid physical address
can be at most 52 bits
For the normal pfn, the highest 12 bits should be zero, so we can
mask these bits to indicate the error.
Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/tile/mm')
0 files changed, 0 insertions, 0 deletions