commit | 10ded9493ec4a566977ed68b65158eba280e61e5 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Oct 24 17:49:34 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Oct 24 08:59:25 2005 -0700 |
tree | bec9a38b64745882a2a434a854e83c8da1c0be5d | |
parent | a69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8 [diff] |
[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>