]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] uml: fix compile failure for TT mode
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 24 Oct 2005 15:49:34 +0000 (17:49 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 24 Oct 2005 15:59:25 +0000 (08:59 -0700)
commit10ded9493ec4a566977ed68b65158eba280e61e5
treebec9a38b64745882a2a434a854e83c8da1c0be5d
parenta69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8
[PATCH] uml: fix compile failure for TT mode

Without this patch, uml compile fails with:

  LD      .tmp_vmlinux1
arch/um/kernel/built-in.o: In function `config_gdb_cb':
arch/um/kernel/tt/gdb.c:129: undefined reference to `TASK_EXTERN_PID'

Tested on i386, but fix needed on x86_64 too AFAICS.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/sysdep-i386/thread.h
arch/um/include/sysdep-x86_64/thread.h