mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-14 14:56:05 -06:00
target/ppc: Remove unused struct 'mmu_ctx_hash32'
I think it's use was removed by
Commit 5883d8b296 ("mmu-hash*: Don't use full ppc_hash{32,
64}_translate() path for get_phys_page_debug()")
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
0dfe59fe77
commit
41e9a098d1
1 changed files with 0 additions and 6 deletions
|
|
@ -37,12 +37,6 @@
|
|||
# define LOG_BATS(...) do { } while (0)
|
||||
#endif
|
||||
|
||||
struct mmu_ctx_hash32 {
|
||||
hwaddr raddr; /* Real address */
|
||||
int prot; /* Protection bits */
|
||||
int key; /* Access key */
|
||||
};
|
||||
|
||||
static int ppc_hash32_pp_prot(int key, int pp, int nx)
|
||||
{
|
||||
int prot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue