summaryrefslogtreecommitdiffstats
path: root/arch/cris/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-07-10 17:10:40 -0700
committerDavid S. Miller <davem@davemloft.net>2013-07-10 17:10:40 -0700
commit0e00fd479465d00bf0a97cb371c63787e1887a2e (patch)
treef4701c62374a44db9f3be2d46f9420a328cd49ee /arch/cris/include
parentbfffbea1aaeeb1eb6500c83ff9653416daa5b490 (diff)
parent64b0dc517ea1b35d02565a779e6cb77ae9045685 (diff)
downloadop-kernel-dev-0e00fd479465d00bf0a97cb371c63787e1887a2e.zip
op-kernel-dev-0e00fd479465d00bf0a97cb371c63787e1887a2e.tar.gz
Merge "net: finish renaming lls to busy poll"
Eliezer Tamir says: ==================== Here are three patches that complete the rename of lls to busy-poll 1. rename include/net/ll_poll.h to include/net/busy_poll.h 2. Rename ndo_ll_poll to ndo_busy_poll. Rename sk_mark_ll to sk_mark_napi_id. Rename skb_mark_ll to skb_mark_napi_id. Correct all useres of these functions. Update comments and defines in include/net/busy_poll.h 3. Rename LL_SO to BUSY_POLL_SO Rename sysctl_net_ll_{read,poll} to sysctl_busy_{read,poll} Fix up users of these variables. Fix documentation for sysctl. v2 fixed forgetting the ndo changes in v1 v3 is a resend with -M ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/cris/include')
-rw-r--r--arch/cris/include/uapi/asm/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/include/uapi/asm/socket.h b/arch/cris/include/uapi/asm/socket.h
index 47b1ec5..eb723e5 100644
--- a/arch/cris/include/uapi/asm/socket.h
+++ b/arch/cris/include/uapi/asm/socket.h
@@ -76,7 +76,7 @@
#define SO_SELECT_ERR_QUEUE 45
-#define SO_LL 46
+#define SO_BUSY_POLL 46
#endif /* _ASM_SOCKET_H */
OpenPOWER on IntegriCloud