commit | c3e926bf3beb60da5e4f53b606fe46f460b75516 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 10 06:48:17 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 10 06:55:52 2020 +0100 |
tree | ed106c99260c6971b7eb82cfe335b9d83ddf2f25 | |
parent | bdb386d3d9d81b863470086ece1b0709d3cd8ec8 [diff] |
CLEANUP: remove support for Linux i686 vsyscalls This was introduced 10 years ago to squeeze a few CPU cycles per syscall on 32-bit x86 machines and was already quite old by then, requiring to explicitly enable support for this in the kernel. We don't even know if it still builds, let alone if it works at all on recent kernels! Let's completely drop this now.