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/sparc64/conf/files.sparc64 | |
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/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index cded3c0cbe4..d4a66d40f20 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.70 2006/06/16 22:01:30 jason Exp $ +# $OpenBSD: files.sparc64,v 1.71 2006/06/19 15:13:35 deraadt Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -120,7 +120,6 @@ attach timer at mainbus, sbus device eeprom attach eeprom at sbus, ebus file arch/sparc64/sparc64/clock.c -file dev/clock_subr.c device cpu attach cpu at mainbus |