put back line accidentally deleted before (hi matt)
This commit is contained in:
parent
8c82df1430
commit
19629127f3
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: becc_intr.h,v 1.5 2014/02/04 18:51:16 matt Exp $ */
|
/* $NetBSD: becc_intr.h,v 1.6 2014/02/05 19:03:45 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002 Wasabi Systems, Inc.
|
* Copyright (c) 2002 Wasabi Systems, Inc.
|
||||||
|
@ -103,6 +103,7 @@ becc_spllower(int ipl)
|
||||||
becc_splx(becc_imask[ipl]);
|
becc_splx(becc_imask[ipl]);
|
||||||
return (old);
|
return (old);
|
||||||
}
|
}
|
||||||
|
#endif /* __PROG32 */
|
||||||
|
|
||||||
#if !defined(EVBARM_SPL_NOINLINE)
|
#if !defined(EVBARM_SPL_NOINLINE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue