s390x/mmu_helper: no need to pass access type to mmu_translate_asce()
commite039992f9aa355bfb20d9797d4ce9eb04b7b0b2c
authorDavid Hildenbrand <david@redhat.com>
Fri, 3 Sep 2021 15:55:06 +0000 (3 17:55 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 6 Sep 2021 14:24:05 +0000 (6 16:24 +0200)
treeede07b2650c3846d241ed4404009a081c5535f56
parenteaa0feea7532429c3a9bec357ec4f77cb156fab0
s390x/mmu_helper: no need to pass access type to mmu_translate_asce()

The access type is unused since commit 81d7e3bc45 ("s390x/mmu: Inject
DAT exceptions from a single place").

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210903155514.44772-6-david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/mmu_helper.c