aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r--arch/powerpc/kernel/process.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index e40707032ac3..f88698c0f332 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -41,14 +41,16 @@
41 41
42#include <asm/pgtable.h> 42#include <asm/pgtable.h>
43#include <asm/uaccess.h> 43#include <asm/uaccess.h>
44#include <asm/system.h>
45#include <asm/io.h> 44#include <asm/io.h>
46#include <asm/processor.h> 45#include <asm/processor.h>
47#include <asm/mmu.h> 46#include <asm/mmu.h>
48#include <asm/prom.h> 47#include <asm/prom.h>
49#include <asm/machdep.h> 48#include <asm/machdep.h>
50#include <asm/time.h> 49#include <asm/time.h>
50#include <asm/runlatch.h>
51#include <asm/syscalls.h> 51#include <asm/syscalls.h>
52#include <asm/switch_to.h>
53#include <asm/debug.h>
52#ifdef CONFIG_PPC64 54#ifdef CONFIG_PPC64
53#include <asm/firmware.h> 55#include <asm/firmware.h>
54#endif 56#endif