diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
commit | d31edacd1ead7b005d2e2c9368e30e991400abad (patch) | |
tree | 80957e140904f83268e47745eaca80278c651493 /sys/arch/amd64 | |
parent | b6696d46af8c8d0ef269fc5504a30c938c5a8694 (diff) |
move clock_subr.c to a better place, and now it is always in the kernel
so that things can use it; tested on all architectures; ok kettenis
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index 9f06155b6d9..5ee3693e9fb 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.23 2006/05/29 01:06:26 matthieu Exp $ +# $OpenBSD: files.amd64,v 1.24 2006/06/19 15:13:34 deraadt Exp $ maxpartitions 16 maxusers 2 16 128 @@ -55,7 +55,6 @@ file arch/amd64/amd64/kgdb_machdep.c kgdb # Basic clock - required file arch/amd64/isa/clock.c -file dev/clock_subr.c file arch/amd64/amd64/powernow-k8.c |