diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/spmath/divu.S | 3 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impys.S | 3 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/impyu.S | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S index 15cda706899..5e3ef6c4f6c 100644 --- a/sys/arch/hppa/spmath/divu.S +++ b/sys/arch/hppa/spmath/divu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: divu.S,v 1.10 2005/01/23 18:01:30 mickey Exp $ */ +/* $OpenBSD: divu.S,v 1.11 2011/04/16 20:52:12 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,7 +15,6 @@ /* @(#)divu.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:01 */ #include <machine/asm.h> -#define _LOCORE #include <machine/frame.h> ;************************************************************************ diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S index 98477213a8a..99b3b486402 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.11 2005/01/23 18:01:30 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.12 2011/04/16 20:52:12 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,7 +15,6 @@ /* @(#)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 3264218bbcd..e6884da9e1a 100644 --- a/sys/arch/hppa/spmath/impyu.S +++ b/sys/arch/hppa/spmath/impyu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impyu.S,v 1.11 2005/01/23 18:01:30 mickey Exp $ */ +/* $OpenBSD: impyu.S,v 1.12 2011/04/16 20:52:12 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,7 +15,6 @@ /* @(#)impyu.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:31 */ #include <machine/asm.h> -#define _LOCORE #include <machine/frame.h> ;**************************************************************************** |