mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
Fix definitions for Linux getcpu(2).
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356229
@@ -531,7 +531,8 @@
|
||||
; Linux 2.6.18:
|
||||
317 AUE_NULL STD { int linux_move_pages(void); }
|
||||
; Linux 2.6.19:
|
||||
318 AUE_NULL STD { int linux_getcpu(void); }
|
||||
318 AUE_NULL STD { int linux_getcpu(l_uint *cpu, l_uint *node, \
|
||||
void *cache); }
|
||||
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
|
||||
l_int maxevents, l_int timeout, l_sigset_t *mask, \
|
||||
l_size_t sigsetsize); }
|
||||
|
||||
@@ -540,7 +540,8 @@
|
||||
; Linux 2.6.18:
|
||||
317 AUE_NULL STD { int linux_move_pages(void); }
|
||||
; Linux 2.6.19:
|
||||
318 AUE_NULL STD { int linux_getcpu(void); }
|
||||
318 AUE_NULL STD { int linux_getcpu(l_uint *cpu, l_uint *node, \
|
||||
void *cache); }
|
||||
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
|
||||
l_int maxevents, l_int timeout, l_sigset_t *mask, \
|
||||
l_size_t sigsetsize); }
|
||||
|
||||
Reference in New Issue
Block a user