opt_armfpe.h isn't arm32-specific any more.

This commit is contained in:
bjh21 2001-02-27 17:57:55 +00:00
parent 4b483d7606
commit 748ec610af

View File

@ -1,4 +1,4 @@
/* $NetBSD: process_machdep.c,v 1.4 2001/02/27 17:44:34 bjh21 Exp $ */
/* $NetBSD: process_machdep.c,v 1.5 2001/02/27 17:57:55 bjh21 Exp $ */
/*
* Copyright (c) 1995 Frank Lancaster. All rights reserved.
@ -66,14 +66,12 @@
* Set the process's program counter.
*/
#include "opt_progmode.h"
#ifndef arm26
#include "opt_armfpe.h"
#endif
#include "opt_progmode.h"
#include <sys/param.h>
__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.4 2001/02/27 17:44:34 bjh21 Exp $");
__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.5 2001/02/27 17:57:55 bjh21 Exp $");
#include <sys/proc.h>
#include <sys/ptrace.h>