OSDN Git Service

target/ppc: Rename access_type to type in mmu_helper.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 May 2021 20:11:27 +0000 (15:11 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 02:50:47 +0000 (12:50 +1000)
commit352e3627b27ba7a0f43d0070ff90658ff849c2c8
tree9ad9528698bfab81a02b2001a609cfaf58567cde
parent31fa64ecfdb59d5a9c39f922de8dfddf5ae8d5ec
target/ppc: Rename access_type to type in mmu_helper.c

The variable that holds ACCESS_INT, ACCESS_FLOAT, etc is
variously called 'int type' or 'int access_type' within
this file.  Standardize on 'int type' throughout.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210518201146.794854-6-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu_helper.c