diff options
author | 2003-01-23 20:25:21 +0000 | |
---|---|---|
committer | 2003-01-23 20:25:21 +0000 | |
commit | 38f50ff7c808b9b5105ce0fdc02534975fa461db (patch) | |
tree | c6e3e288ab9b7202810284b9c808281d16916acc | |
parent | Add a "DisableXProg" option to CVSROOT/config that can be used to (diff) | |
download | wireguard-openbsd-38f50ff7c808b9b5105ce0fdc02534975fa461db.tar.xz wireguard-openbsd-38f50ff7c808b9b5105ce0fdc02534975fa461db.zip |
will need machine/frame.h for profiling
-rw-r--r-- | sys/arch/hppa/spmath/divu.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impys.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impyu.S | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S index 666eb9a6d87..41fad15d9b9 100644 --- a/sys/arch/hppa/spmath/divu.S +++ b/sys/arch/hppa/spmath/divu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: divu.S,v 1.8 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: divu.S,v 1.9 2003/01/23 20:25:21 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,6 +15,8 @@ /* @(#)divu.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:01 */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> ;************************************************************************ ; Implement an integer divide routine for 32-bit operands and 32-bit quotient diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S index 25f07c6f54e..9aae344e650 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.8 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.9 2003/01/23 20:25:21 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,6 +15,8 @@ /* @(#)impys.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:28 */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> ;**************************************************************************** ; diff --git a/sys/arch/hppa/spmath/impyu.S b/sys/arch/hppa/spmath/impyu.S index 2355181e813..db0dcd5a958 100644 --- a/sys/arch/hppa/spmath/impyu.S +++ b/sys/arch/hppa/spmath/impyu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impyu.S,v 1.8 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: impyu.S,v 1.9 2003/01/23 20:25:21 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,6 +15,8 @@ /* @(#)impyu.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:31 */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> ;**************************************************************************** ; |