Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: fix up fallout from system.h disintegration.

Quite a bit of fallout all over the place, nothing terribly exciting.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+13 -1
+1
arch/sh/boards/board-sh7785lcr.c
··· 28 28 #include <cpu/sh7785.h> 29 29 #include <asm/heartbeat.h> 30 30 #include <asm/clock.h> 31 + #include <asm/bl_bit.h> 31 32 32 33 /* 33 34 * NOTE: This board has 2 physical memory maps.
+1
arch/sh/boards/mach-hp6xx/pm.c
··· 14 14 #include <linux/gfp.h> 15 15 #include <asm/io.h> 16 16 #include <asm/hd64461.h> 17 + #include <asm/bl_bit.h> 17 18 #include <mach/hp6xx.h> 18 19 #include <cpu/dac.h> 19 20 #include <asm/freq.h>
+1
arch/sh/kernel/cpu/fpu.c
··· 2 2 #include <linux/slab.h> 3 3 #include <asm/processor.h> 4 4 #include <asm/fpu.h> 5 + #include <asm/traps.h> 5 6 6 7 int init_fpu(struct task_struct *tsk) 7 8 {
+1
arch/sh/kernel/cpu/sh2a/fpu.c
··· 14 14 #include <asm/processor.h> 15 15 #include <asm/io.h> 16 16 #include <asm/fpu.h> 17 + #include <asm/traps.h> 17 18 18 19 /* The PR (precision) bit in the FP Status Register must be clear when 19 20 * an frchg instruction is executed, otherwise the instruction is undefined.
+1
arch/sh/kernel/cpu/sh4/fpu.c
··· 16 16 #include <cpu/fpu.h> 17 17 #include <asm/processor.h> 18 18 #include <asm/fpu.h> 19 + #include <asm/traps.h> 19 20 20 21 /* The PR (precision) bit in the FP Status Register must be clear when 21 22 * an frchg instruction is executed, otherwise the instruction is undefined.
+1
arch/sh/kernel/cpu/shmobile/pm.c
··· 16 16 #include <asm/suspend.h> 17 17 #include <asm/uaccess.h> 18 18 #include <asm/cacheflush.h> 19 + #include <asm/bl_bit.h> 19 20 20 21 /* 21 22 * Notifier lists for pre/post sleep notification
+1 -1
arch/sh/kernel/idle.c
··· 17 17 #include <linux/irqflags.h> 18 18 #include <linux/smp.h> 19 19 #include <linux/cpuidle.h> 20 - #include <asm/pgalloc.h> 21 20 #include <linux/atomic.h> 21 + #include <asm/pgalloc.h> 22 22 #include <asm/smp.h> 23 23 #include <asm/bl_bit.h> 24 24
+1
arch/sh/kernel/kgdb.c
··· 14 14 #include <linux/irq.h> 15 15 #include <linux/io.h> 16 16 #include <asm/cacheflush.h> 17 + #include <asm/traps.h> 17 18 18 19 /* Macros for single step instruction identification */ 19 20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900)
+1
arch/sh/kernel/process_32.c
··· 26 26 #include <asm/mmu_context.h> 27 27 #include <asm/fpu.h> 28 28 #include <asm/syscalls.h> 29 + #include <asm/switch_to.h> 29 30 30 31 void show_regs(struct pt_regs * regs) 31 32 {
+1
arch/sh/kernel/smp.c
··· 27 27 #include <asm/smp.h> 28 28 #include <asm/cacheflush.h> 29 29 #include <asm/sections.h> 30 + #include <asm/setup.h> 30 31 31 32 int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ 32 33 int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */
+1
arch/sh/mm/cache-sh4.c
··· 18 18 #include <linux/highmem.h> 19 19 #include <asm/pgtable.h> 20 20 #include <asm/mmu_context.h> 21 + #include <asm/cache_insns.h> 21 22 #include <asm/cacheflush.h> 22 23 23 24 /*
+1
arch/sh/mm/flush-sh4.c
··· 1 1 #include <linux/mm.h> 2 2 #include <asm/mmu_context.h> 3 + #include <asm/cache_insns.h> 3 4 #include <asm/cacheflush.h> 4 5 #include <asm/traps.h> 5 6
+1
arch/sh/mm/sram.c
··· 9 9 */ 10 10 #include <linux/init.h> 11 11 #include <linux/kernel.h> 12 + #include <linux/errno.h> 12 13 #include <asm/sram.h> 13 14 14 15 /*