Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/pic #include <sys/lwp.h>



details:   https://anonhg.NetBSD.org/src/rev/2a3a34b9798d
branches:  trunk
changeset: 337097:2a3a34b9798d
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 02 03:11:34 2015 +0000

description:
#include <sys/lwp.h>

diffstat:

 sys/arch/arm/pic/pic_splfuncs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 58249cea2b25 -r 2a3a34b9798d sys/arch/arm/pic/pic_splfuncs.c
--- a/sys/arch/arm/pic/pic_splfuncs.c   Thu Apr 02 03:11:21 2015 +0000
+++ b/sys/arch/arm/pic/pic_splfuncs.c   Thu Apr 02 03:11:34 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic_splfuncs.c,v 1.6 2015/03/29 00:31:30 matt Exp $    */
+/*     $NetBSD: pic_splfuncs.c,v 1.7 2015/04/02 03:11:34 matt Exp $    */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -28,12 +28,13 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic_splfuncs.c,v 1.6 2015/03/29 00:31:30 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic_splfuncs.c,v 1.7 2015/04/02 03:11:34 matt Exp $");
 
 #define _INTR_PRIVATE
 #include <sys/param.h>
 #include <sys/atomic.h>
 #include <sys/evcnt.h>
+#include <sys/lwp.h>
 #include <sys/kernel.h>
 
 #include <dev/cons.h>



Home | Main Index | Thread Index | Old Index