ahci: Fix cpu_physical_memory_unmap() argument ordering
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 26 Jan 2011 10:24:56 +0000 (10:24 +0000)
committerKevin Wolf <kwolf@redhat.com>
Mon, 31 Jan 2011 09:03:00 +0000 (10:03 +0100)
commite92cdf143a179374ad27d623cbbe7ba7015fed66
tree9db2b3a131c83c153b1e1449e5f5710be917d1bf
parent3bb128dc8ba6513d7339189745053b81d1030db1
ahci: Fix cpu_physical_memory_unmap() argument ordering

The len and is_write arguments to cpu_physical_memory_unmap() were
swapped.  This patch changes calls to use the correct argument ordering.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/ahci.c