diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-07-29 06:25:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-07-29 06:25:46 +0000 |
commit | 3d5db7fb8218bfddd4dba9c31df44108c1e76bd1 (patch) | |
tree | a0b6af39d0c7c7c7acbb19afc2a9d231190bad8a /sys/conf | |
parent | 411e952b31a297e8e1b889cc358521c17d628c7b (diff) |
put the scheduler in its own file. reduces clutter, and logically separates
"put this process to sleep" and "find a process to run" operations.
no functional change. ok art@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index fc53260f3b7..ee6b1962423 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.312 2004/07/28 17:15:12 tholo Exp $ +# $OpenBSD: files,v 1.313 2004/07/29 06:25:45 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -577,6 +577,7 @@ file kern/kern_timeout.c file kern/kern_watchdog.c !small_kernel file kern/kern_xxx.c file kern/kgdb_stub.c kgdb +file kern/sched_bsd.c file kern/subr_autoconf.c file kern/subr_disk.c file kern/subr_evcount.c |