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
@ -20,9 +20,6 @@
|
|||||||
#ifndef PPC_MMU_BOOK3S_V3_H
|
#ifndef PPC_MMU_BOOK3S_V3_H
|
||||||
#define PPC_MMU_BOOK3S_V3_H
|
#define PPC_MMU_BOOK3S_V3_H
|
||||||
|
|
||||||
#include "mmu-hash64.h"
|
|
||||||
#include "mmu-books.h"
|
|
||||||
|
|
||||||
#ifndef CONFIG_USER_ONLY
|
#ifndef CONFIG_USER_ONLY
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include "hw/hw.h"
|
#include "hw/hw.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "mmu-book3s-v3.h"
|
#include "mmu-book3s-v3.h"
|
||||||
|
#include "mmu-books.h"
|
||||||
#include "helper_regs.h"
|
#include "helper_regs.h"
|
||||||
|
|
||||||
#ifdef CONFIG_TCG
|
#ifdef CONFIG_TCG
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "mmu-radix64.h"
|
#include "mmu-radix64.h"
|
||||||
#include "mmu-book3s-v3.h"
|
#include "mmu-book3s-v3.h"
|
||||||
|
#include "mmu-books.h"
|
||||||
|
|
||||||
/* Radix Partition Table Entry Fields */
|
/* Radix Partition Table Entry Fields */
|
||||||
#define PATE1_R_PRTB 0x0FFFFFFFFFFFF000
|
#define PATE1_R_PRTB 0x0FFFFFFFFFFFF000
|
||||||
|
Loading…
Reference in New Issue
Block a user