diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-23 20:25:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-23 20:25:22 +0000 |
commit | 5fb74c807a92280c72b9e327178403abd199f549 (patch) | |
tree | 1bab06138bca31658e5e78277eb406ec0ef8c4a0 /sys/arch/hppa | |
parent | e91bb37f61557f84c31c449a92d86e14cb8b44f9 (diff) |
will need machine/frame.h for profiling
Diffstat (limited to 'sys/arch/hppa')
-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> ;**************************************************************************** ; |