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