diff options
author | jeff <jeff@FreeBSD.org> | 2004-01-25 07:47:57 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2004-01-25 07:47:57 +0000 |
commit | 57e495aa56cea6cb21ebea5b9b10f48d114134d2 (patch) | |
tree | bef972240de062269a40adc49e3aa6c254201c18 | |
parent | 203b4891765afa3b4e77cb31244fc546b6d0a919 (diff) | |
download | FreeBSD-src-57e495aa56cea6cb21ebea5b9b10f48d114134d2.zip FreeBSD-src-57e495aa56cea6cb21ebea5b9b10f48d114134d2.tar.gz |
- Compile 4BSD in LINT since ULE will be tested by GENERIC kernel builds.
- Fix the formatting on the ULE options line, I didn't notice that a space
was used normally.
Reported by: bde
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5e93d77..b0d0553 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -151,8 +151,8 @@ options ROOTDEVNAME=\"ufs:da0s2e\" # advantages for UP as well. It is intended to replace the 4BSD scheduler # over time. # -#options SCHED_4BSD -options SCHED_ULE +options SCHED_4BSD +#options SCHED_ULE ##################################################################### # SMP OPTIONS: |