Messages in this thread Patch in this message |  | | Date | Mon, 8 Oct 2001 17:52:42 +0200 | From | Christoph Hellwig <> | Subject | Re: [PATCH] Provide system call to get task id |
| |
In article <71000000.1002555975@baldur> you wrote: > --- linux-2.4.10/arch/i386/kernel/entry.S Sat Sep 8 14:02:32 2001 > +++ linux-2.4.10-gettid/arch/i386/kernel/entry.S Mon Oct 8 09:57:39 2001 > @@ -619,6 +619,7 @@ > .long SYMBOL_NAME(sys_madvise) > .long SYMBOL_NAME(sys_getdents64) /* 220 */ > .long SYMBOL_NAME(sys_fcntl64) > + .long SYMBOL_NAME(sys_gettid) > .long SYMBOL_NAME(sys_ni_syscall) /* reserved for TUX */
I think there was a reason why this syscall is marked reserved, could you add it as Nr 224? (223 is reserved in 2.4.11-pre as well).
Christoph
-- Of course it doesn't work. We've performed a software upgrade. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |