diff options
author | mike <mike@FreeBSD.org> | 2002-10-13 16:29:17 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-10-13 16:29:17 +0000 |
commit | 274818ff2ca9a6508b3360d047e2e90f0816e6a5 (patch) | |
tree | 85914d1e48ee492142c93276d3d4850503c2c07a /sys/powerpc/conf | |
parent | 3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5 (diff) | |
download | FreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.zip FreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.tar.gz |
Remove the P1003_1B kernel option; it is no longer used.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index e99835f..3af23ce 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -53,8 +53,7 @@ options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores -#options P1003_1B #Posix P1003_1B real-time extentions -#options _KPOSIX_PRIORITY_SCHEDULING +#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions # Debugging for use in -current options DDB #Enable the kernel debugger |