Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Pull in sys/atomic.h so that hp700...



details:   https://anonhg.NetBSD.org/src/rev/4f9acfe750af
branches:  trunk
changeset: 759869:4f9acfe750af
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 18 14:01:43 2010 +0000

description:
Pull in sys/atomic.h so that hp700 can build - needed for membar_exit.

diffstat:

 sys/rump/librump/rumpkern/sleepq.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4d0859a9aba0 -r 4f9acfe750af sys/rump/librump/rumpkern/sleepq.c
--- a/sys/rump/librump/rumpkern/sleepq.c        Sat Dec 18 13:53:34 2010 +0000
+++ b/sys/rump/librump/rumpkern/sleepq.c        Sat Dec 18 14:01:43 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sleepq.c,v 1.9 2010/12/18 01:36:20 rmind Exp $ */
+/*     $NetBSD: sleepq.c,v 1.10 2010/12/18 14:01:43 skrll Exp $        */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sleepq.c,v 1.9 2010/12/18 01:36:20 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sleepq.c,v 1.10 2010/12/18 14:01:43 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/condvar.h>
@@ -35,6 +35,7 @@
 #include <sys/queue.h>
 #include <sys/sleepq.h>
 #include <sys/syncobj.h>
+#include <sys/atomic.h>
 
 #include "rump_private.h"
 



Home | Main Index | Thread Index | Old Index