Module Name:    src
Committed By:   he
Date:           Wed Jan  9 08:49:45 UTC 2013

Modified Files:
        src/lib/libarch/alpha: alpha_pci_io.c

Log Message:
Include <machine/alpha_cpu.h> for alpha_mb() definition.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libarch/alpha/alpha_pci_io.c

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

Modified files:

Index: src/lib/libarch/alpha/alpha_pci_io.c
diff -u src/lib/libarch/alpha/alpha_pci_io.c:1.6 src/lib/libarch/alpha/alpha_pci_io.c:1.7
--- src/lib/libarch/alpha/alpha_pci_io.c:1.6	Thu Mar 22 08:54:48 2012
+++ src/lib/libarch/alpha/alpha_pci_io.c	Wed Jan  9 08:49:44 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: alpha_pci_io.c,v 1.6 2012/03/22 08:54:48 he Exp $	*/
+/*	$NetBSD: alpha_pci_io.c,v 1.7 2013/01/09 08:49:44 he Exp $	*/
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
 
 #include <sys/param.h>
 
+#include <machine/alpha_cpu.h>
 #include <machine/bwx.h>
 #include <machine/sysarch.h>
 #include <machine/pio.h>

Reply via email to