net: rename low latency sockets functions to busy poll
[firefly-linux-kernel-4.4.55.git] / include / uapi / asm-generic / poll.h
index 4aee586979ca91bed3b125f536a0412cbc9a35ea..a9694982689f057bf1ffc6c91efe203792f381ad 100644 (file)
@@ -30,7 +30,7 @@
 
 #define POLLFREE       0x4000  /* currently only for epoll */
 
-#define POLL_LL                0x8000
+#define POLL_BUSY_LOOP 0x8000
 
 struct pollfd {
        int fd;