2 * linux/include/asm-arm/proc-fns.h
4 * Copyright (C) 1997-1999 Russell King
6 #ifndef __ASM_PROCFNS_H
7 #define __ASM_PROCFNS_H
11 #include <linux/config.h>
14 * Work out if we need multiple CPU support
20 # define CPU_INCLUDE_NAME "asm/cpu-multi26.h"
25 # define CPU_INCLUDE_NAME "asm/cpu-multi32.h"
26 # ifdef CONFIG_CPU_ARM6
31 # define CPU_NAME arm6
34 # ifdef CONFIG_CPU_ARM7
39 # define CPU_NAME arm7
42 # ifdef CONFIG_CPU_SA110
47 # define CPU_NAME sa110
50 # ifdef CONFIG_CPU_SA1100
55 # define CPU_NAME sa1100
61 #undef CPU_INCLUDE_NAME
62 #define CPU_INCLUDE_NAME "asm/cpu-single.h"
65 #include CPU_INCLUDE_NAME
67 #endif /* __KERNEL__ */
70 * The following is to fool mkdep into generating the correct
71 * dependencies
. Without
this, it cant figure out that
this
72 * file does indeed depend on the cpu
-*.h files
.
73 #include <asm/cpu-single.h>
74 #include <asm/cpu-multi26.h>
75 #include <asm/cpu-multi32.h>
79 #endif /* __ASM_PROCFNS_H */