diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2020-03-05 14:41:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2020-03-05 14:41:27 +0000 |
commit | b4147bf6b4d477e1b8d8f3725550df4b9a8e86c9 (patch) | |
tree | 16614abedb200175799b42c4fcfc8bd576203020 /sys/compat/linux/linux_mib.h | |
parent | 2b37373c48282bd21c1d9cfabf850b3672e7f2cb (diff) | |
download | src-b4147bf6b4d477e1b8d8f3725550df4b9a8e86c9.tar.gz src-b4147bf6b4d477e1b8d8f3725550df4b9a8e86c9.zip |
Move compat.linux.map_sched_prio sysctl definition to linux_mib.c so it is
only defined by linux_common kernel module and not both linux and linux64
modules.
Reported by: Yuri Pankov <ypankov@fastmail.com>
Notes
Notes:
svn path=/head/; revision=358673
Diffstat (limited to 'sys/compat/linux/linux_mib.h')
-rw-r--r-- | sys/compat/linux/linux_mib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h index 5c79749f2971..129676673397 100644 --- a/sys/compat/linux/linux_mib.h +++ b/sys/compat/linux/linux_mib.h @@ -64,5 +64,6 @@ int linux_kernver(struct thread *td); extern int linux_ignore_ip_recverr; extern int linux_preserve_vstatus; +extern bool linux_map_sched_prio; #endif /* _LINUX_MIB_H_ */ |