mmap-alloc: tweak a comment on ppc64
commit097a50d0d861680da24897b6003f8eea2333577f
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 Dec 2015 08:35:31 +0000 (3 10:35 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Dec 2015 15:45:12 +0000 (22 17:45 +0200)
tree651c6bbcadaac6b87706a8aff1a2fd964f138620
parent5dc42c186d63b7b338594fc071cf290805dcc5a5
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>
util/mmap-alloc.c