Remove unused M68K_SEG_SIZE macro. All sources use NBSEG directly.
XXX: It looks NBSEG definitions in <machine/param.h> XXX: for all m68k port are incorrect, since 1997 or 2002.
This commit is contained in:
parent
75fe826dc9
commit
5f1f616644
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap_motorola.h,v 1.24 2009/12/06 06:41:30 tsutsui Exp $ */
|
||||
/* $NetBSD: pmap_motorola.h,v 1.25 2009/12/08 15:32:01 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993
|
||||
|
@ -80,8 +80,6 @@
|
|||
#include <machine/cpu.h>
|
||||
#include <machine/pte.h>
|
||||
|
||||
#define M68K_SEG_SIZE NBSEG
|
||||
|
||||
/*
|
||||
* Pmap stuff
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue