public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.35 undefined reference to `wait_task_inactive'
@ 2002-09-16  6:44 Skip Ford
  2002-09-17 14:31 ` Kirk Reiser
  0 siblings, 1 reply; 7+ messages in thread
From: Skip Ford @ 2002-09-16  6:44 UTC (permalink / raw)
  To: linux-kernel

A call to wait_task_inactive was added to fs/exec.c but that function is
not defined for UP.

ld -m elf_i386 -T arch/i386/vmlinux.lds.s -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/init.o --start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o /usr/local/src/linux/arch/i386/lib/lib.a lib/lib.a /usr/local/src/linux/arch/i386/lib/lib.a drivers/built-in.o sound/sound.o arch/i386/pci/pci.o net/network.o --end-group -o vmlinux
fs/fs.o: In function `flush_old_exec':
fs/fs.o(.text+0x8cb7): undefined reference to `wait_task_inactive'
make: *** [vmlinux] Error 1

-- 
Skip

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-09-17 15:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-16  6:44 2.5.35 undefined reference to `wait_task_inactive' Skip Ford
2002-09-17 14:31 ` Kirk Reiser
2002-09-17 14:54   ` Roberto Nibali
2002-09-17 15:05     ` Roberto Nibali
2002-09-17 15:13       ` Kirk Reiser
2002-09-17 15:08     ` Benjamin LaHaise
2002-09-17 15:21       ` Roberto Nibali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox