target-mips: use physical address in lladdr
commite7139c440c489ed31bb81ccb5e456ae9d8fe1c1e
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 30 Nov 2009 14:39:54 +0000 (30 15:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 30 Nov 2009 15:18:28 +0000 (30 16:18 +0100)
treecc8b275ae0455e4589fba5bb0a8d98b46eebe82c
parent25b91e32e0c93cb60cf9be43a52881de00c91be6
target-mips: use physical address in lladdr

Currently the ll/sc instructions use the virtual address in both
user and system mode. Use the physical address insteead in system
mode.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c