mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove erronous definitions of PHYSTOKV, correct one is in param.h now.
This commit is contained in:
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
|
@ -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__
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -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__
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in a new issue