Source-Changes-HG archive

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

[src/yamt-pagecache]: src/sys/uvm missing include sys/atomic.h



details:   https://anonhg.NetBSD.org/src/rev/3825983f2bce
branches:  yamt-pagecache
changeset: 770849:3825983f2bce
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Dec 28 13:20:19 2011 +0000

description:
missing include sys/atomic.h

diffstat:

 sys/uvm/uvm_loan.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 64954e289ee2 -r 3825983f2bce sys/uvm/uvm_loan.c
--- a/sys/uvm/uvm_loan.c        Mon Dec 26 16:03:10 2011 +0000
+++ b/sys/uvm/uvm_loan.c        Wed Dec 28 13:20:19 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_loan.c,v 1.81.2.5 2011/12/26 16:03:11 yamt Exp $   */
+/*     $NetBSD: uvm_loan.c,v 1.81.2.6 2011/12/28 13:20:19 yamt Exp $   */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -32,11 +32,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_loan.c,v 1.81.2.5 2011/12/26 16:03:11 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_loan.c,v 1.81.2.6 2011/12/28 13:20:19 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
+#include <sys/atomic.h>
 #include <sys/mman.h>
 
 #include <uvm/uvm.h>



Home | Main Index | Thread Index | Old Index