Re: sched_setaffinity usability

From: Ingo Molnar
Date: Thu Mar 18 2004 - 15:29:20 EST



* Andrea Arcangeli <andrea@xxxxxxx> wrote:

> > architecture that wants to accelerate syscalls in user-space (and/or
>
> x86-64 is the first arch ever implementing vsyscalls in production
> with the fastest possible API.
>
> The API doesn't contemplate the idea of relocating the vsyscall
> address, but it can be extended easily with a relocation API.

you'd end up doing much like what a DSO does. Anyway, what you say does
not conflict with the idea of the VDSO at all. It's only that x86 has
the most complex needs in this area so it was the first to do a real
DSO.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/