sparc: avoid cpu_get_physical_page_desc()
commitcc4aa8307c83111a0c804ae3eaf1e63f220c682e
authorAvi Kivity <avi@redhat.com>
Mon, 19 Dec 2011 11:18:13 +0000 (19 13:18 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 3 Jan 2012 17:19:28 +0000 (3 19:19 +0200)
treed90a78733f9f1b7c837ab769f7e69f66e84669b0
parentb7c28c74af51e07fc457fef47ac4ec6b1e654d2c
sparc: avoid cpu_get_physical_page_desc()

This reaches into the innards of the memory core, which are being
changed.  Switch to a memory API version.

Signed-off-by: Avi Kivity <avi@redhat.com>
target-sparc/mmu_helper.c