The system call stubs for the sched_* system calls can't be
optional. The kernel will now link but the new system calls can't be LKM'd in without the P1003_1B option - I will remove this option later.
This commit is contained in:
parent
77b1218492
commit
adc5342c47
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34933
@ -395,8 +395,8 @@ pci/pci_compat.c optional pci
|
||||
pci/pcisupport.c optional pci
|
||||
pci/tek390.c optional amd device-driver
|
||||
pci/wdc_p.c optional wdc device-driver
|
||||
posix4/posix4_mib.c optional p1003_1b
|
||||
posix4/p1003_1b.c optional p1003_1b
|
||||
posix4/posix4_mib.c standard
|
||||
posix4/p1003_1b.c standard
|
||||
posix4/ksched.c optional _kposix_priority_scheduling
|
||||
scsi/cd.c optional cd
|
||||
scsi/ch.c optional ch
|
||||
|
@ -35,8 +35,6 @@
|
||||
|
||||
#include "opt_posix.h"
|
||||
|
||||
#ifdef P1003_1B
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioccom.h>
|
||||
#include <sys/malloc.h>
|
||||
@ -113,6 +111,4 @@ int ksched_rr_get_interval(int *, struct ksched *, struct proc *, struct timespe
|
||||
|
||||
#endif /* _KPOSIX_PRIORITY_SCHEDULING */
|
||||
|
||||
|
||||
#endif /* P1003_1B */
|
||||
#endif /* _P1003_1B_P1003_1B_H_ */
|
||||
|
@ -35,8 +35,6 @@
|
||||
|
||||
#include "opt_posix.h"
|
||||
|
||||
#ifdef P1003_1B
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioccom.h>
|
||||
#include <sys/malloc.h>
|
||||
@ -113,6 +111,4 @@ int ksched_rr_get_interval(int *, struct ksched *, struct proc *, struct timespe
|
||||
|
||||
#endif /* _KPOSIX_PRIORITY_SCHEDULING */
|
||||
|
||||
|
||||
#endif /* P1003_1B */
|
||||
#endif /* _P1003_1B_P1003_1B_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user