Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/hpcarm/hpcarm Pull up revision 1.6 (requested ...
details: https://anonhg.NetBSD.org/src/rev/056034abdc2a
branches: netbsd-1-6
changeset: 527702:056034abdc2a
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jun 04 11:18:59 2002 +0000
description:
Pull up revision 1.6 (requested by toshii in ticket #136):
Add a missing config_hook_init call.
diffstat:
sys/arch/hpcarm/hpcarm/autoconf.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r cdf715f5cb62 -r 056034abdc2a sys/arch/hpcarm/hpcarm/autoconf.c
--- a/sys/arch/hpcarm/hpcarm/autoconf.c Tue Jun 04 11:11:59 2002 +0000
+++ b/sys/arch/hpcarm/hpcarm/autoconf.c Tue Jun 04 11:18:59 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.5 2001/11/27 01:12:55 thorpej Exp $ */
+/* $NetBSD: autoconf.c,v 1.5.10.1 2002/06/04 11:18:59 lukem Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -47,6 +47,7 @@
#include <sys/malloc.h>
#include <machine/bootconfig.h>
+#include <machine/config_hook.h>
#include <machine/intr.h>
#include "sacom.h"
@@ -149,6 +150,9 @@
void
cpu_configure()
{
+
+ config_hook_init();
+
/*
* Configure all the roots.
* We have to have a mainbus
Home |
Main Index |
Thread Index |
Old Index