Need to include <machine/intr.h> here with old native toolchain; not sure
what the difference was between this and newer gcc/binutils.
This commit is contained in:
parent
0ac289dea9
commit
2fa75d0170
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.s,v 1.64 2001/05/30 15:24:36 lukem Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.65 2002/05/28 10:11:26 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Philip A. Nelson.
|
||||
|
@ -49,6 +49,7 @@
|
|||
#include <sys/syscall.h>
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include <machine/intr.h>
|
||||
#include <machine/psl.h>
|
||||
#include <machine/pte.h>
|
||||
#include <machine/trap.h>
|
||||
|
|
Loading…
Reference in New Issue