]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: fix up fallout from system.h disintegration.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 30 Mar 2012 10:29:57 +0000 (19:29 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 30 Mar 2012 10:29:57 +0000 (19:29 +0900)
Quite a bit of fallout all over the place, nothing terribly exciting.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
13 files changed:
arch/sh/boards/board-sh7785lcr.c
arch/sh/boards/mach-hp6xx/pm.c
arch/sh/kernel/cpu/fpu.c
arch/sh/kernel/cpu/sh2a/fpu.c
arch/sh/kernel/cpu/sh4/fpu.c
arch/sh/kernel/cpu/shmobile/pm.c
arch/sh/kernel/idle.c
arch/sh/kernel/kgdb.c
arch/sh/kernel/process_32.c
arch/sh/kernel/smp.c
arch/sh/mm/cache-sh4.c
arch/sh/mm/flush-sh4.c
arch/sh/mm/sram.c

index d879848f3cdd49ac533502064b7025c39cf53ecb..d0d6221d7c2eaef908b4804848c442923c970b21 100644 (file)
@@ -28,6 +28,7 @@
 #include <cpu/sh7785.h>
 #include <asm/heartbeat.h>
 #include <asm/clock.h>
+#include <asm/bl_bit.h>
 
 /*
  * NOTE: This board has 2 physical memory maps.
index adc9b4bba8281fd1875332d2672222a7c2294115..8b50cf763c065010666d9598bed8c1a3f59043f0 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/gfp.h>
 #include <asm/io.h>
 #include <asm/hd64461.h>
+#include <asm/bl_bit.h>
 #include <mach/hp6xx.h>
 #include <cpu/dac.h>
 #include <asm/freq.h>
index 7f1b70cace35d74be094e5078df32fe63c7eb680..f8f7af51c12892e6fc513a5a38aa8786789c163b 100644 (file)
@@ -2,6 +2,7 @@
 #include <linux/slab.h>
 #include <asm/processor.h>
 #include <asm/fpu.h>
+#include <asm/traps.h>
 
 int init_fpu(struct task_struct *tsk)
 {
index 488d24e0cdf0b1aa59988a17afc7a9edd9a7e898..98bbaa447c93400363b9ed1e5b3739473598bfec 100644 (file)
@@ -14,6 +14,7 @@
 #include <asm/processor.h>
 #include <asm/io.h>
 #include <asm/fpu.h>
+#include <asm/traps.h>
 
 /* The PR (precision) bit in the FP Status Register must be clear when
  * an frchg instruction is executed, otherwise the instruction is undefined.
index e74cd6c0f10de9c5b94078de2ada8ddd5afa47d9..69ab4d3c8d4149be3bfd90dbb6d97090c12aceed 100644 (file)
@@ -16,6 +16,7 @@
 #include <cpu/fpu.h>
 #include <asm/processor.h>
 #include <asm/fpu.h>
+#include <asm/traps.h>
 
 /* The PR (precision) bit in the FP Status Register must be clear when
  * an frchg instruction is executed, otherwise the instruction is undefined.
index a6f95ae4aae705269db86f8e133f3114d93646a1..08d27fac8d080736110008282b03188d8917cae8 100644 (file)
@@ -16,6 +16,7 @@
 #include <asm/suspend.h>
 #include <asm/uaccess.h>
 #include <asm/cacheflush.h>
+#include <asm/bl_bit.h>
 
 /*
  * Notifier lists for pre/post sleep notification
index 64852ecc6881ecab8646ad6ff59a1e2643941e69..ee226e20c20cf49e874efb87fd11bba4681e73fd 100644 (file)
@@ -17,8 +17,8 @@
 #include <linux/irqflags.h>
 #include <linux/smp.h>
 #include <linux/cpuidle.h>
-#include <asm/pgalloc.h>
 #include <linux/atomic.h>
+#include <asm/pgalloc.h>
 #include <asm/smp.h>
 #include <asm/bl_bit.h>
 
index efb6d398dec3b9f2a1beacc8c279b8bfd1c5c6d6..b117781bfea2914efef3579cbe696cd29f399f00 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/irq.h>
 #include <linux/io.h>
 #include <asm/cacheflush.h>
+#include <asm/traps.h>
 
 /* Macros for single step instruction identification */
 #define OPCODE_BT(op)          (((op) & 0xff00) == 0x8900)
index f72e3a951588297fe59ed0f310574f75cd2be17b..94273aaf78c1605da62d82ea61dc14a746ec5dff 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/mmu_context.h>
 #include <asm/fpu.h>
 #include <asm/syscalls.h>
+#include <asm/switch_to.h>
 
 void show_regs(struct pt_regs * regs)
 {
index a17a14d32340fb1c537955b3b1266d20cfe3576d..eaebdf6a5c77506f5b80bb2af9f9693d17894838 100644 (file)
@@ -27,6 +27,7 @@
 #include <asm/smp.h>
 #include <asm/cacheflush.h>
 #include <asm/sections.h>
+#include <asm/setup.h>
 
 int __cpu_number_map[NR_CPUS];         /* Map physical to logical */
 int __cpu_logical_map[NR_CPUS];                /* Map logical to physical */
index 112fea12522afab24166a879bc496e5fbda8e893..0e529285b28d42c688fb0901349ba70218385d51 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/highmem.h>
 #include <asm/pgtable.h>
 #include <asm/mmu_context.h>
+#include <asm/cache_insns.h>
 #include <asm/cacheflush.h>
 
 /*
index 75a17f5bfa1478f906d1b4c9dbcffc5b82b7badf..0b85dd9dd3a7df0ae97e37da5228328bf0c4a5ac 100644 (file)
@@ -1,5 +1,6 @@
 #include <linux/mm.h>
 #include <asm/mmu_context.h>
+#include <asm/cache_insns.h>
 #include <asm/cacheflush.h>
 #include <asm/traps.h>
 
index bc156ec4545e07941bce9f5a1cb4fcafd35b449d..2d8fa718d55e7416eeffc12e932717953c951d2e 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <linux/init.h>
 #include <linux/kernel.h>
+#include <linux/errno.h>
 #include <asm/sram.h>
 
 /*