mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-02 12:44:47 -07:00
target/ppc: Remove includes from mmu-book3s-v3.h
Drop includes from header that is not needed by the header itself and only include them from C files that really need it. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Acked-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
b864074ce0
commit
d741ecffd2
3 changed files with 2 additions and 3 deletions
|
|
@ -20,9 +20,6 @@
|
|||
#ifndef PPC_MMU_BOOK3S_V3_H
|
||||
#define PPC_MMU_BOOK3S_V3_H
|
||||
|
||||
#include "mmu-hash64.h"
|
||||
#include "mmu-books.h"
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include "hw/hw.h"
|
||||
#include "internal.h"
|
||||
#include "mmu-book3s-v3.h"
|
||||
#include "mmu-books.h"
|
||||
#include "helper_regs.h"
|
||||
|
||||
#ifdef CONFIG_TCG
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
#include "internal.h"
|
||||
#include "mmu-radix64.h"
|
||||
#include "mmu-book3s-v3.h"
|
||||
#include "mmu-books.h"
|
||||
|
||||
/* Radix Partition Table Entry Fields */
|
||||
#define PATE1_R_PRTB 0x0FFFFFFFFFFFF000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue