update for NEWPMAP
This commit is contained in:
parent
0b357f290a
commit
c22d12260d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.S,v 1.23 2001/06/23 02:24:20 matt Exp $ */
|
||||
/* $NetBSD: locore.S,v 1.24 2001/10/20 08:22:29 billc Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
|
@ -45,6 +45,10 @@
|
|||
#include <machine/trap.h>
|
||||
#include <machine/asm.h>
|
||||
|
||||
#ifdef NEWPMAP
|
||||
#include <machine/vmparam.h>
|
||||
#endif
|
||||
|
||||
#include <powerpc/spr.h>
|
||||
/*
|
||||
* Some instructions gas doesn't understand (yet?)
|
||||
|
|
Loading…
Reference in New Issue