summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 03:03:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 03:03:27 +0000
commitca48e4ece50b04c33f4709c41bf96a35905d1f6b (patch)
tree0bad76df874a74978118183a2528059491d02744 /sys/arch/sgi
parent9497af87f5b565b6e916fe63f0f1813de69367ec (diff)
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h ok tedu
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/sgi/ip27_machdep.c3
-rw-r--r--sys/arch/sgi/xbow/xbridge.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/ip27_machdep.c b/sys/arch/sgi/sgi/ip27_machdep.c
index c520a21a0af..15d165dfadd 100644
--- a/sys/arch/sgi/sgi/ip27_machdep.c
+++ b/sys/arch/sgi/sgi/ip27_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip27_machdep.c,v 1.49 2010/04/17 11:05:53 miod Exp $ */
+/* $OpenBSD: ip27_machdep.c,v 1.50 2010/04/21 03:03:26 deraadt Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -37,6 +37,7 @@
#include <machine/cpu.h>
#include <machine/memconf.h>
#include <machine/mnode.h>
+#include <machine/atomic.h>
#include <uvm/uvm_extern.h>
diff --git a/sys/arch/sgi/xbow/xbridge.c b/sys/arch/sgi/xbow/xbridge.c
index b2d9bc22741..d380c55925f 100644
--- a/sys/arch/sgi/xbow/xbridge.c
+++ b/sys/arch/sgi/xbow/xbridge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xbridge.c,v 1.70 2010/04/06 19:12:34 miod Exp $ */
+/* $OpenBSD: xbridge.c,v 1.71 2010/04/21 03:03:26 deraadt Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -32,6 +32,7 @@
#include <sys/device.h>
#include <sys/evcount.h>
#include <sys/malloc.h>
+#include <sys/proc.h>
#include <sys/extent.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>