Module Name:    src
Committed By:   riastradh
Date:           Thu Feb 26 00:58:17 UTC 2015

Modified Files:
        src/sys/dev/pci: agp_i810.c

Log Message:
Include <sys/atomic.h> for membar_producer.

(Why didn't this fail in my build?)


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/dev/pci/agp_i810.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/dev/pci/agp_i810.c
diff -u src/sys/dev/pci/agp_i810.c:1.115 src/sys/dev/pci/agp_i810.c:1.116
--- src/sys/dev/pci/agp_i810.c:1.115	Thu Feb 26 00:42:10 2015
+++ src/sys/dev/pci/agp_i810.c	Thu Feb 26 00:58:17 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: agp_i810.c,v 1.115 2015/02/26 00:42:10 riastradh Exp $	*/
+/*	$NetBSD: agp_i810.c,v 1.116 2015/02/26 00:58:17 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2000 Doug Rabson
@@ -30,10 +30,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.115 2015/02/26 00:42:10 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.116 2015/02/26 00:58:17 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/atomic.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>
 #include <sys/proc.h>

Reply via email to