Also include <arm/cpu.h> here for the required definitions of

curcpl() and set_curcpl(), so that kern_ssp.c builds here as well.
This commit is contained in:
he 2009-02-14 12:44:20 +00:00
parent b3b52a0f6c
commit cc9abff897
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_intr.h,v 1.7 2008/04/27 18:58:46 matt Exp $ */
/* $NetBSD: iq80310_intr.h,v 1.8 2009/02/14 12:44:20 he Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -40,6 +40,7 @@
#include "opt_iop310.h"
#include <arm/cpu.h>
#include <arm/armreg.h>
#include <arm/cpufunc.h>