fix comment on cpu_register_physical_memory_offset
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Sep 2009 16:53:16 +0000 (18:53 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:51 +0000 (09:32 -0500)
commit8d42901f50dca10d4027111f5c58dfdf41fc1482
tree2ae0117ea41d057d96e7e65c2c96ea4830dad26c
parenta8a13462ea859bb001efbb885c7a7fd9fd844a58
fix comment on cpu_register_physical_memory_offset

We don't require full pages in cpu_register_physical_memory,
except for RAM.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
exec.c