diff options
author | Chris Metcalf <cmetcalf@mellanox.com> | 2016-11-14 11:41:38 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-11-18 13:34:01 -0500 |
commit | 6933f28a64090760a1c1a731d89714265497ba83 (patch) | |
tree | bbb186b7d44ea26a063eb8a83f500be991d44ad9 /hurd | |
parent | 8885f979096f46afd30188e92cefd492c3620787 (diff) | |
download | glibc-6933f28a64090760a1c1a731d89714265497ba83.tar glibc-6933f28a64090760a1c1a731d89714265497ba83.tar.gz glibc-6933f28a64090760a1c1a731d89714265497ba83.tar.bz2 glibc-6933f28a64090760a1c1a731d89714265497ba83.zip |
Make tile's set_dataplane API compatibility-only
The set_dataplane() API in <sys/dataplane.h> originally supported the
Tilera version of Linux as shipped to our customers. Once we started
upstreaming the dataplane support in the kernel, the API changed
to use fcntl() as part of the current task-isolation patch series.
It doesn't seem like continuing to support the old API is useful
for newly-compiled code, and even supporting the old glibc binary
API on an upstream kernel that supports the new task isolation mode
isn't straightforward, since the semantics have changed in ways that
make it hard to map the old semantics precisely to the new ones,
so just return ENOSYS.
Diffstat (limited to 'hurd')
0 files changed, 0 insertions, 0 deletions