summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
committerkib <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
commit6796656333337e5530946dca854ffe0ce55b0cf0 (patch)
tree4db1f72cdac363c77df44aecb8f3e49bd8fb3732 /sys/conf/options
parent9867f4e99b817ebbf5d787e92b2a8e2fe14808a1 (diff)
downloadFreeBSD-src-6796656333337e5530946dca854ffe0ce55b0cf0.zip
FreeBSD-src-6796656333337e5530946dca854ffe0ce55b0cf0.tar.gz
Remove zero-copy sockets code. It only worked for anonymous memory,
and the equivalent functionality is now provided by sendfile(2) over posix shared memory filedescriptor. Remove the cow member of struct vm_page, and rearrange the remaining members. While there, make hold_count unsigned. Requested and reviewed by: alc Tested by: pho Sponsored by: The FreeBSD Foundation Approved by: re (delphij)
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 09276e8..cc3a0ae 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -528,8 +528,6 @@ NGATM_CCATM opt_netgraph.h
# DRM options
DRM_DEBUG opt_drm.h
-SOCKET_SEND_COW opt_zero.h
-SOCKET_RECV_PFLIP opt_zero.h
TI_SF_BUF_JUMBO opt_ti.h
TI_JUMBO_HDRSPLIT opt_ti.h
OpenPOWER on IntegriCloud