diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 22:34:36 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 22:34:36 +0000 |
commit | 72ef934bda205fc59fa2f5466f78d68301505f95 (patch) | |
tree | bae73800529dbab165ac14d49eb97dc0ed1dc685 /sys/arch/alpha/include/autoconf.h | |
parent | b1e2e553c94b439302a1b3bb8500e2cc78896e65 (diff) |
Rename configure() to cpu_configure().
Move it from cpu_startup() to main().
Diffstat (limited to 'sys/arch/alpha/include/autoconf.h')
-rw-r--r-- | sys/arch/alpha/include/autoconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |