commit | 097a50d0d861680da24897b6003f8eea2333577f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 03 10:35:31 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 22 17:45:12 2015 +0200 |
tree | 651c6bbcadaac6b87706a8aff1a2fd964f138620 | |
parent | 5dc42c186d63b7b338594fc071cf290805dcc5a5 [diff] |
mmap-alloc: tweak a comment on ppc64 The comment I put in mmap-alloc to document the ppc64 rules refers to the previous revision of the patch: we don't look at memory alignment anymore, we check the fs from which the fd is mapped, instead. It's also not clear what does "in this case" refer to, rearrange text to make it clearer. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>