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/vax/include/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/vax/include/cpu.h') diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index 1b56bab35ce..cdb3c3bccd0 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2000/04/26 03:08:40 bjc Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2001/05/05 22:34:26 art Exp $ */ /* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */ /* @@ -48,8 +48,6 @@ #define cpu_swapout(p) #define cpu_number() 0 -void configure __P((void)); - /* * All cpu-dependent info is kept in this struct. Pointer to the * struct for the current cpu is set up in locore.c. -- cgit v1.2.3