mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
powerpc: clean inclusions of asm/feature-fixups.h
files not using feature fixup don't need asm/feature-fixups.h files using feature fixup need asm/feature-fixups.h Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
committed by
Michael Ellerman
parent
5c35a02c54
commit
2c86cd188f
@@ -4,7 +4,6 @@
|
||||
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
#include <uapi/asm/cputable.h>
|
||||
#include <asm/asm-const.h>
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <linux/threads.h>
|
||||
|
||||
#include <asm/ppc-opcode.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
#define PPC_DBELL_MSG_BRDCAST (0x04000000)
|
||||
#define PPC_DBELL_TYPE(x) (((x) & 0xf) << (63-36))
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
#include <uapi/asm/cputable.h>
|
||||
|
||||
#ifdef CONFIG_PPC_DT_CPU_FTRS
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
* implementations as possible.
|
||||
*/
|
||||
#include <asm/head-64.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/* PACA save area offsets (exgen, exmc, etc) */
|
||||
#define EX_R9 0
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#include <asm/feature-fixups.h>
|
||||
#include <asm/asm-const.h>
|
||||
|
||||
/* firmware feature bitmask values */
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
#ifndef ASM_KVM_BOOKE_HV_ASM_H
|
||||
#define ASM_KVM_BOOKE_HV_ASM_H
|
||||
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <asm/feature-fixups.h>
|
||||
#include <asm/asm-const.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <asm/processor.h>
|
||||
#include <asm/ppc-opcode.h>
|
||||
#include <asm/firmware.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <linux/stringify.h>
|
||||
#include <asm/cputable.h>
|
||||
#include <asm/asm-const.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/* Pickup Book E specific registers. */
|
||||
#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
_GLOBAL(__setup_cpu_603)
|
||||
mflr r5
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/export.h>
|
||||
#include <asm/asm-405.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/*
|
||||
* MSR_KERNEL is > 0x10000 on 4xx/Book-E since it include MSR_CE.
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
#else
|
||||
#include <asm/exception-64e.h>
|
||||
#endif
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/*
|
||||
* System calls.
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <asm/hw_irq.h>
|
||||
#include <asm/kvm_asm.h>
|
||||
#include <asm/kvm_booke_hv_asm.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/* XXX This will ultimately add space for a special exception save
|
||||
* structure used to save things like SRR0/SRR1, SPRGs, MAS, etc...
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/cpuidle.h>
|
||||
#include <asm/head-64.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/*
|
||||
* There are a few constraints to be concerned with.
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/export.h>
|
||||
#include <asm/asm-compat.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
#ifdef CONFIG_VSX
|
||||
#define __REST_32FPVSRS(n,c,base) \
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <asm/bug.h>
|
||||
#include <asm/kvm_book3s_asm.h>
|
||||
#include <asm/export.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
|
||||
#define LOAD_BAT(n, reg, RA, RB) \
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
#include <asm/cputhreads.h>
|
||||
#include <asm/ppc-opcode.h>
|
||||
#include <asm/export.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
/* The physical memory is laid out such that the secondary processor
|
||||
* spin code sits at 0x0000...0x00ff. On server, the vectors follow
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#include <asm/cache.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/export.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
#include "head_booke.h"
|
||||
|
||||
/* As with the other PowerPC ports, it is expected that when code
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/ppc_asm.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
.text
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <asm/book3s/64/mmu-hash.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/asm-compat.h>
|
||||
#include <asm/feature-fixups.h>
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user