Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/conf Allow "cpu" to have children. In the long...



details:   https://anonhg.NetBSD.org/src/rev/6dc3305bdfc2
branches:  trunk
changeset: 504224:6dc3305bdfc2
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Feb 25 15:31:39 2001 +0000

description:
Allow "cpu" to have children.  In the long term, this may be the best way to
handle co-processors.  In the short term, it's a necessary hack to get arm26
kernels to configure.

diffstat:

 sys/arch/arm/conf/files.arm |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1aceda0ae9c -r 6dc3305bdfc2 sys/arch/arm/conf/files.arm
--- a/sys/arch/arm/conf/files.arm       Sun Feb 25 14:56:47 2001 +0000
+++ b/sys/arch/arm/conf/files.arm       Sun Feb 25 15:31:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.arm,v 1.10 2001/02/24 21:43:01 reinoud Exp $
+#      $NetBSD: files.arm,v 1.11 2001/02/25 15:31:39 bjh21 Exp $
 
 # temporary define to allow easy moving to ../arch/arm/arm32
 defopt ARM32
@@ -18,7 +18,7 @@
 file   arch/arm/mainbus/mainbus_io.c           mainbus & arm32
 file   arch/arm/mainbus/mainbus_io_asm.S       mainbus & arm32
 
-device cpu
+device cpu { }
 attach cpu at mainbus
 file   arch/arm/mainbus/cpu.c                  cpu & arm32 needs-flag
 



Home | Main Index | Thread Index | Old Index