alistair23-linux/arch
Mathieu Desnoyers df0f65f02a m32r: build fix of arch/m32r/kernel/smpboot.c
This patch is for Mathieu Desnoyers's include/asm-m32r/local.h.
Applying the new include/asm-m32r/local.h, inclusion of linux/sched.h
is needed to fix a build error of arch/m32r/kernel/smpboot.c.

<--  snip  -->
  ...
  CC      arch/m32r/kernel/smpboot.o
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c: In function 'do_boot_cpu':
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:279: error: implicit declaration of function 'fork_idle'
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:279: warning: assignment makes pointer from integer without a cast
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:283: error: dereferencing pointer to incomplete type
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:289: error: dereferencing pointer to incomplete type
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:290: error: implicit declaration of function 'task_thread_info'
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:290: error: invalid type argument of '->'
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c: In function 'start_secondary':
/project/m32r-linux/kernel/work/linux-2.6_dev.git/arch/m32r/kernel/smpboot.c:429: error: implicit declaration of function 'cpu_init'
make[2]: *** [arch/m32r/kernel/smpboot.o] Error 1
<--  snip  -->

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-07 08:42:32 -08:00
..
alpha Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
arm Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
avr32 Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
blackfin Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
cris Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
frv Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
h8300 Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
ia64 vmcoreinfo: fix the configuration dependencies 2008-02-07 08:42:25 -08:00
m32r m32r: build fix of arch/m32r/kernel/smpboot.c 2008-02-07 08:42:32 -08:00
m68k Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
m68knommu Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
mips Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
parisc Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
powerpc Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
ppc scheduled OSS driver removal 2008-02-06 10:41:02 -08:00
s390 Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
sh Use BOOTMEM_EXCLUSIVE for kdump 2008-02-07 08:42:25 -08:00
sparc Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
sparc64 Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
um uml: make mconsole_stack namespace-aware 2008-02-05 09:44:32 -08:00
v850 Introduce flags for reserve_bootmem() 2008-02-07 08:42:25 -08:00
x86 Sanitize the type of struct user.u_ar0 2008-02-07 08:42:30 -08:00
xtensa calibrate_delay() must be __cpuinit 2008-02-06 10:41:08 -08:00
.gitignore arch: Ignore arch/i386 and arch/x86_64 2008-01-19 21:29:39 -08:00
Kconfig Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig 2008-02-03 08:58:08 +01:00