Nuke unused obscure #define's.

This commit is contained in:
nisimura 2000-09-13 05:23:37 +00:00
parent e36fcf40fa
commit c65b8a8ceb
3 changed files with 3 additions and 17 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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_ */