Module Name:    src
Committed By:   pooka
Date:           Fri May 28 18:17:24 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: scheduler.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/librump/rumpkern/scheduler.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/scheduler.c
diff -u src/sys/rump/librump/rumpkern/scheduler.c:1.15 src/sys/rump/librump/rumpkern/scheduler.c:1.16
--- src/sys/rump/librump/rumpkern/scheduler.c:1.15	Fri May 28 16:44:14 2010
+++ src/sys/rump/librump/rumpkern/scheduler.c	Fri May 28 18:17:24 2010
@@ -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>

Reply via email to