]> git.proxmox.com Git - qemu.git/commitdiff
target-moxie: replace target_phys_addr_t with hwaddr
authorHu Tao <hutao@cn.fujitsu.com>
Wed, 15 May 2013 06:04:29 +0000 (14:04 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 18 May 2013 12:35:12 +0000 (16:35 +0400)
target_phys_addr_t has been already replaced by hwaddr, but this
one is introduced after.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-moxie/helper.c

index 6e0ac2aa2afa8ecf0ebb1dda8b94094333f442a5..5cfe889ad460fe7eea2d57fbd34b67d9202e119a 100644 (file)
@@ -116,7 +116,7 @@ int cpu_moxie_handle_mmu_fault(CPUMoxieState *env, target_ulong address,
     return 1;
 }
 
-target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
+hwaddr cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
 {
     return addr;
 }