Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm Add a missing config_hook_init call.
details: https://anonhg.NetBSD.org/src/rev/1b04da1ddf29
branches: trunk
changeset: 532100:1b04da1ddf29
user: toshii <toshii%NetBSD.org@localhost>
date: Fri May 31 13:43:28 2002 +0000
description:
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 58254aa0e0f9 -r 1b04da1ddf29 sys/arch/hpcarm/hpcarm/autoconf.c
--- a/sys/arch/hpcarm/hpcarm/autoconf.c Fri May 31 13:42:25 2002 +0000
+++ b/sys/arch/hpcarm/hpcarm/autoconf.c Fri May 31 13:43:28 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.6 2002/05/31 13:43:28 toshii 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