Make this compile for the M68060 (Thomas Gerner)
This commit is contained in:
parent
dfeb8f794c
commit
53023f94d2
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: pmap.c,v 1.31 1998/06/11 08:36:54 leo Exp $ */
|
/* $NetBSD: pmap.c,v 1.32 1998/06/12 09:27:37 leo Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1991 Regents of the University of California.
|
* Copyright (c) 1991 Regents of the University of California.
|
||||||
|
@ -421,6 +421,9 @@ pmap_init()
|
||||||
struct pv_entry *pv;
|
struct pv_entry *pv;
|
||||||
char *attr;
|
char *attr;
|
||||||
int rv, bank;
|
int rv, bank;
|
||||||
|
#ifdef M68060
|
||||||
|
struct kpt_page *kptp;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (pmapdebug & PDB_FOLLOW)
|
if (pmapdebug & PDB_FOLLOW)
|
||||||
|
|
Loading…
Reference in New Issue