Remove erronous definitions of PHYSTOKV, correct one is in param.h now.

This commit is contained in:
Rodney W. Grimes 1993-10-12 07:15:38 +00:00
parent d529c3d85c
commit 7a94ec038f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=585
5 changed files with 5 additions and 10 deletions

View file

@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aha1742.c,v 1.7 93/08/26 21:12:21 julian Exp Locker: julian $
* $Id: aha1742.c,v 1.9 1993/08/28 03:07:40 rgrimes Exp $
*/
#include <sys/types.h>
@ -81,7 +81,6 @@ extern physaddr kvtophys();
#endif MACH
#ifdef __386BSD__
#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#endif __386BSD__

View file

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: aha1542.c,v 1.5 93/08/26 21:12:17 julian Exp Locker: julian $
* $Id: aha1542.c,v 1.8 1993/08/28 03:07:38 rgrimes Exp $
*/
/*
@ -315,7 +315,6 @@ struct aha_config
#define KVTOPHYS(x) kvtophys(x)
#else MACH
#ifdef __386BSD__
#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#else __386BSD__
#endif __386BSD__

View file

@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
* $Id: aha1742.c,v 1.7 93/08/26 21:12:21 julian Exp Locker: julian $
* $Id: aha1742.c,v 1.9 1993/08/28 03:07:40 rgrimes Exp $
*/
#include <sys/types.h>
@ -81,7 +81,6 @@ extern physaddr kvtophys();
#endif MACH
#ifdef __386BSD__
#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#endif __386BSD__

View file

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: bt742a.c,v 1.13 93/08/26 21:12:24 julian Exp Locker: julian $
* $Id: bt742a.c,v 1.7 1993/08/28 03:07:42 rgrimes Exp $
*/
/*
@ -342,7 +342,6 @@ extern physaddr kvtophys();
#endif MACH
#ifdef __386BSD__
#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#endif __386BSD__

View file

@ -18,7 +18,7 @@
* commenced: Sun Sep 27 18:14:01 PDT 1992
* slight mod to make work with 34F as well: Wed Jun 2 18:05:48 WST 1993
*
* $Id: ultra14f.c,v 1.5 93/08/26 21:12:28 julian Exp Locker: julian $
* $Id: ultra14f.c,v 1.8 1993/08/28 03:07:44 rgrimes Exp $
*/
#include <sys/types.h>
@ -86,7 +86,6 @@ extern physaddr kvtophys();
#endif MACH
#ifdef __386BSD__
#define PHYSTOKV(x) (x | 0xFE000000)
#define KVTOPHYS(x) vtophys(x)
#endif __386BSD__