diff options
| author | Eliezer Tamir <eliezer.tamir@linux.intel.com> | 2013-07-10 10:13:36 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-07-10 20:08:27 -0400 |
| commit | 64b0dc517ea1b35d02565a779e6cb77ae9045685 (patch) | |
| tree | f4701c62374a44db9f3be2d46f9420a328cd49ee /arch/sparc/include/uapi | |
| parent | 8b80cda536ea9bceec0364e897868a30ee13b992 (diff) | |
net: rename busy poll socket op and globals
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.
a patch for the socket.7 man page will follow separately,
because of limitations of my mail setup.
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/uapi')
| -rw-r--r-- | arch/sparc/include/uapi/asm/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h index b46c3fa0b265..4e1d66c3ce71 100644 --- a/arch/sparc/include/uapi/asm/socket.h +++ b/arch/sparc/include/uapi/asm/socket.h | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | 70 | ||
| 71 | #define SO_SELECT_ERR_QUEUE 0x0029 | 71 | #define SO_SELECT_ERR_QUEUE 0x0029 |
| 72 | 72 | ||
| 73 | #define SO_LL 0x0030 | 73 | #define SO_BUSY_POLL 0x0030 |
| 74 | 74 | ||
| 75 | /* Security levels - as per NRL IPv6 - don't actually do anything */ | 75 | /* Security levels - as per NRL IPv6 - don't actually do anything */ |
| 76 | #define SO_SECURITY_AUTHENTICATION 0x5001 | 76 | #define SO_SECURITY_AUTHENTICATION 0x5001 |
