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 Deal with the "we get a portably a...



details:   https://anonhg.NetBSD.org/src/rev/89f16faccfce
branches:  trunk
changeset: 755229:89f16faccfce
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri May 28 18:17:24 2010 +0000

description:
Deal with the "we get a portably arbitrary set of headers on
different archs" problem.

diffstat:

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

diffs (21 lines):

diff -r d1543770d16a -r 89f16faccfce sys/rump/librump/rumpkern/scheduler.c
--- a/sys/rump/librump/rumpkern/scheduler.c     Fri May 28 17:17:12 2010 +0000
+++ b/sys/rump/librump/rumpkern/scheduler.c     Fri May 28 18:17:24 2010 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: scheduler.c,v 1.15 2010/05/28 16:44:14 pooka Exp $    */
+/*      $NetBSD: scheduler.c,v 1.16 2010/05/28 18:17:24 pooka Exp $    */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -26,9 +26,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.15 2010/05/28 16:44:14 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.16 2010/05/28 18:17:24 pooka Exp $");
 
 #include <sys/param.h>
+#include <sys/atomic.h>
 #include <sys/cpu.h>
 #include <sys/kmem.h>
 #include <sys/mutex.h>



Home | Main Index | Thread Index | Old Index