From 72ef934bda205fc59fa2f5466f78d68301505f95 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sat, 5 May 2001 22:34:36 +0000 Subject: Rename configure() to cpu_configure(). Move it from cpu_startup() to main(). --- sys/arch/alpha/include/autoconf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/alpha/include/autoconf.h') diff --git a/sys/arch/alpha/include/autoconf.h b/sys/arch/alpha/include/autoconf.h index e23cc6c1097..24c14880716 100644 --- a/sys/arch/alpha/include/autoconf.h +++ b/sys/arch/alpha/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.10 2000/11/08 21:44:35 art Exp $ */ +/* $OpenBSD: autoconf.h,v 1.11 2001/05/05 22:33:26 art Exp $ */ /* $NetBSD: autoconf.h,v 1.19 2000/06/08 03:10:06 thorpej Exp $ */ /* @@ -118,6 +118,5 @@ const char *alpha_variation_name(u_int64_t, const struct alpha_variation_table *); const char *alpha_unknown_sysname(void); -void configure __P((void)); void device_register __P((struct device *, void *)); #endif /* _KERNEL */ -- cgit v1.2.3