summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-23 08:04:29 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-23 08:04:29 +0000
commit4258ee00b5d091dbb7176cb96e2dc0941a184791 (patch)
tree025873d14b1468f0aa97f1615734acca5fbed439 /sys/amd64
parent212a8bc002dcb40737670f375749f2a0bcbb8180 (diff)
downloadFreeBSD-src-4258ee00b5d091dbb7176cb96e2dc0941a184791.zip
FreeBSD-src-4258ee00b5d091dbb7176cb96e2dc0941a184791.tar.gz
Fix a typo.
MFC after: 3 days
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux/linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/linux/linux.h b/sys/amd64/linux/linux.h
index c4fe9ae..639499a 100644
--- a/sys/amd64/linux/linux.h
+++ b/sys/amd64/linux/linux.h
@@ -530,8 +530,8 @@ struct l_pollfd {
#define LINUX_ARCH_SET_GS 0x1001
#define LINUX_ARCH_SET_FS 0x1002
-#define LINUX_ARCH_GET_GS 0x1003
-#define LINUX_ARCH_GET_FS 0x1004
+#define LINUX_ARCH_GET_FS 0x1003
+#define LINUX_ARCH_GET_GS 0x1004
#define linux_copyout_rusage(r, u) copyout(r, u, sizeof(*r))
OpenPOWER on IntegriCloud