Re: [PATCH 0/4] pid: add pidctl()
From: David Howells
Date: Mon Mar 25 2019 - 12:56:37 EST
Daniel Colascione <dancol@xxxxxxxxxx> wrote:
> System calls are cheap.
Only to a point. x86_64 will have an issue when we hit syscall 512. We're
currently at 427.
David