Nuke unused obscure #define's.
This commit is contained in:
parent
e36fcf40fa
commit
c65b8a8ceb
|
@ -1,6 +1,3 @@
|
|||
/* $NetBSD: pmap.h,v 1.1 2000/08/12 22:58:32 wdk Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.2 2000/09/13 05:23:37 nisimura Exp $ */
|
||||
|
||||
#include <mips/pmap.h>
|
||||
|
||||
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
||||
#define pmax_round_seg(a) mips_round_seg(a)
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $NetBSD: pmap.h,v 1.1 1998/02/18 13:48:24 tsubai Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.2 2000/09/13 05:23:38 nisimura Exp $ */
|
||||
|
||||
#include <mips/pmap.h>
|
||||
|
||||
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
||||
#define pmax_round_seg(a) mips_round_seg(a)
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
/* $NetBSD: pmap.h,v 1.14 2000/01/09 15:34:43 ad Exp $ */
|
||||
|
||||
#ifndef _PMAX_PMAP_H_
|
||||
#define _PMAX_PMAP_H_
|
||||
/* $NetBSD: pmap.h,v 1.15 2000/09/13 05:23:38 nisimura Exp $ */
|
||||
|
||||
#include <mips/pmap.h>
|
||||
|
||||
#define pmax_trunc_seg(a) mips_trunc_seg(a)
|
||||
#define pmax_round_seg(a) mips_round_seg(a)
|
||||
|
||||
#endif /* !_PMAX_PMAP_H_ */
|
||||
|
|
Loading…
Reference in New Issue