aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-12-31 16:01:37 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-12-31 16:01:37 +0000
commitda7627d797fd758f3ac42e3a139b4d0e399a446e (patch)
treefe08ab5e257fd427a9ec29cc6d84dec79bff8424 /sys/i386/linux/linux_proto.h
parent29e12bc777f58fb2d830447dac370d9e56c32afd (diff)
downloadsrc-da7627d797fd758f3ac42e3a139b4d0e399a446e.tar.gz
src-da7627d797fd758f3ac42e3a139b4d0e399a446e.zip
Regen after r356229.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=356231
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index 4d98d6387a51..8c0e0348ccbd 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -1053,7 +1053,9 @@ struct linux_move_pages_args {
register_t dummy;
};
struct linux_getcpu_args {
- register_t dummy;
+ char cpu_l_[PADL_(l_uint *)]; l_uint * cpu; char cpu_r_[PADR_(l_uint *)];
+ char node_l_[PADL_(l_uint *)]; l_uint * node; char node_r_[PADR_(l_uint *)];
+ char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)];
};
struct linux_epoll_pwait_args {
char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];