target-sh4: MMU: simplify call to tlb_set_page()
commit0f3f1ec787009388b6fd77141ceb568d9bce05f7
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Feb 2010 19:02:23 +0000 (1 20:02 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Feb 2010 20:08:05 +0000 (9 21:08 +0100)
tree5c17cae7e07c5a906679c792b3e8d631bde2f6fc
parent1f486815aea9d5482772fc0cf60c4ef186f08cba
target-sh4: MMU: simplify call to tlb_set_page()

tlb_set_page() doesn't need addresses with offset, but simply the
page aligned addresses.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/helper.c