From 9bac50748fcd8b11ecca947090dd770bf526d4ac Mon Sep 17 00:00:00 2001 From: soda Date: Thu, 31 May 2001 19:41:57 +0000 Subject: [PATCH] "opt_ddb.h" should be included at the beginning of source file, because some headers (in this case ) refers symbols (e.g. DDB) defined in the opt_ddb.h --- sys/arch/mips/mips/vm_machdep.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/mips/mips/vm_machdep.c b/sys/arch/mips/mips/vm_machdep.c index d38f456f1f3c..f54707e093fa 100644 --- a/sys/arch/mips/mips/vm_machdep.c +++ b/sys/arch/mips/mips/vm_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_machdep.c,v 1.78 2001/05/15 06:01:23 nisimura Exp $ */ +/* $NetBSD: vm_machdep.c,v 1.79 2001/05/31 19:41:57 soda Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -42,8 +42,10 @@ * @(#)vm_machdep.c 8.3 (Berkeley) 1/4/94 */ +#include "opt_ddb.h" + #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.78 2001/05/15 06:01:23 nisimura Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.79 2001/05/31 19:41:57 soda Exp $"); #include #include @@ -63,8 +65,6 @@ __KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.78 2001/05/15 06:01:23 nisimura Exp #include #include -#include "opt_ddb.h" - paddr_t kvtophys __P((vaddr_t)); /* XXX */ /*