Missing #if for 060.
This commit is contained in:
parent
40594d5dfa
commit
d1954679df
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: pmap.h,v 1.13 1999/03/16 16:30:21 minoura Exp $ */
|
/* $NetBSD: pmap.h,v 1.14 1999/05/13 14:24:27 minoura Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1987 Carnegie-Mellon University
|
* Copyright (c) 1987 Carnegie-Mellon University
|
||||||
@ -46,7 +46,7 @@
|
|||||||
#include <machine/cpu.h>
|
#include <machine/cpu.h>
|
||||||
#include <machine/pte.h>
|
#include <machine/pte.h>
|
||||||
|
|
||||||
#if defined(M68040)
|
#if defined(M68040) || defined(M68060)
|
||||||
#define X68K_SEG_SIZE (mmutype == MMU_68040 ? 0x40000 : NBSEG)
|
#define X68K_SEG_SIZE (mmutype == MMU_68040 ? 0x40000 : NBSEG)
|
||||||
#else
|
#else
|
||||||
#define X68K_SEG_SIZE NBSEG
|
#define X68K_SEG_SIZE NBSEG
|
||||||
|
Loading…
Reference in New Issue
Block a user