This file doesn't need <machine/cpus.h>.

This commit is contained in:
bjh21 2001-02-26 16:33:10 +00:00
parent ef51389957
commit 6584a7e79d
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: process_machdep.c,v 1.1 2001/02/11 17:03:04 bjh21 Exp $ */
/* $NetBSD: process_machdep.c,v 1.2 2001/02/26 16:35:40 bjh21 Exp $ */
/*
* Copyright (c) 1995 Frank Lancaster. All rights reserved.
@ -72,7 +72,7 @@
#include <sys/param.h>
__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.1 2001/02/11 17:03:04 bjh21 Exp $");
__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.2 2001/02/26 16:35:40 bjh21 Exp $");
#include <sys/proc.h>
#include <sys/ptrace.h>
@ -88,7 +88,6 @@ __KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.1 2001/02/11 17:03:04 bjh21 Ex
#endif
#ifdef ARMFPE
#include <machine/cpus.h>
#include <arm32/fpe-arm/armfpe.h>
#endif /* ARMFPE */

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.1 2001/02/23 03:48:13 ichiro Exp $ */
/* $NetBSD: vm_machdep.c,v 1.2 2001/02/26 16:33:10 bjh21 Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@ -65,7 +65,6 @@
#include <machine/vmparam.h>
#ifdef ARMFPE
#include <machine/cpus.h>
#include <arm32/fpe-arm/armfpe.h>
#endif