summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/include/cpu.h3
-rw-r--r--sys/arch/amd64/include/cpu.h3
-rw-r--r--sys/arch/arm/include/cpu.h3
-rw-r--r--sys/arch/arm64/include/cpu.h3
-rw-r--r--sys/arch/hppa/include/cpu.h3
-rw-r--r--sys/arch/i386/include/cpu.h3
-rw-r--r--sys/arch/m88k/include/cpu.h3
-rw-r--r--sys/arch/mips64/include/cpu.h3
-rw-r--r--sys/arch/powerpc/include/cpu.h3
-rw-r--r--sys/arch/sparc64/include/cpu.h3
10 files changed, 20 insertions, 10 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h
index 59fff48c860..137c1070d92 100644
--- a/sys/arch/alpha/include/cpu.h
+++ b/sys/arch/alpha/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.59 2018/04/09 04:11:04 deraadt Exp $ */
+/* $OpenBSD: cpu.h,v 1.60 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */
/*-
@@ -101,6 +101,7 @@ typedef union alpha_t_float {
#include <sys/cdefs.h>
#include <sys/device.h>
#include <sys/sched.h>
+#include <sys/srp.h>
struct pcb;
struct proc;
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h
index 7b4ea642b28..232c7febdd9 100644
--- a/sys/arch/amd64/include/cpu.h
+++ b/sys/arch/amd64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.127 2018/08/21 19:04:40 deraadt Exp $ */
+/* $OpenBSD: cpu.h,v 1.128 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
/*-
@@ -51,6 +51,7 @@
#include <sys/device.h>
#include <sys/sched.h>
#include <sys/sensors.h>
+#include <sys/srp.h>
#ifdef _KERNEL
diff --git a/sys/arch/arm/include/cpu.h b/sys/arch/arm/include/cpu.h
index 3ef71b06eaf..2a7f6097880 100644
--- a/sys/arch/arm/include/cpu.h
+++ b/sys/arch/arm/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.52 2018/08/06 18:39:13 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.53 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.34 2003/06/23 11:01:08 martin Exp $ */
/*
@@ -149,6 +149,7 @@ void arm32_vector_init(vaddr_t, int);
#include <sys/device.h>
#include <sys/sched.h>
+#include <sys/srp.h>
struct cpu_info {
struct device *ci_dev; /* Device corresponding to this CPU */
diff --git a/sys/arch/arm64/include/cpu.h b/sys/arch/arm64/include/cpu.h
index 03e6857fa5d..8b78ad8007f 100644
--- a/sys/arch/arm64/include/cpu.h
+++ b/sys/arch/arm64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.11 2018/08/11 14:00:33 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.12 2018/12/05 10:28:21 jsg Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
*
@@ -75,6 +75,7 @@ void arm32_vector_init(vaddr_t, int);
#include <sys/device.h>
#include <sys/sched.h>
+#include <sys/srp.h>
struct cpu_info {
struct device *ci_dev; /* Device corresponding to this CPU */
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h
index 92bcf95b4ca..934be69ea1b 100644
--- a/sys/arch/hppa/include/cpu.h
+++ b/sys/arch/hppa/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.90 2017/05/18 15:41:59 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.91 2018/12/05 10:28:21 jsg Exp $ */
/*
* Copyright (c) 2000-2004 Michael Shalayeff
@@ -69,6 +69,7 @@
#include <sys/device.h>
#include <sys/queue.h>
#include <sys/sched.h>
+#include <sys/srp.h>
#include <machine/mutex.h>
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index 87dbb4e4667..ce71e371f4d 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.165 2018/08/21 06:03:34 jsg Exp $ */
+/* $OpenBSD: cpu.h,v 1.166 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */
/*-
@@ -67,6 +67,7 @@
#include <sys/device.h>
#include <sys/sched.h>
#include <sys/sensors.h>
+#include <sys/srp.h>
struct intrsource;
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h
index bc0c6453a66..b5fd2002775 100644
--- a/sys/arch/m88k/include/cpu.h
+++ b/sys/arch/m88k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.65 2017/03/19 10:57:29 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.66 2018/12/05 10:28:21 jsg Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* Copyright (c) 1992, 1993
@@ -62,6 +62,7 @@
#include <machine/intr.h>
#include <sys/queue.h>
#include <sys/sched.h>
+#include <sys/srp.h>
#if defined(MULTIPROCESSOR)
#if !defined(MAX_CPUS) || MAX_CPUS > 4
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index d76f14dbad8..7bb5cf35971 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.125 2018/12/04 16:24:13 visa Exp $ */
+/* $OpenBSD: cpu.h,v 1.126 2018/12/05 10:28:21 jsg Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -123,6 +123,7 @@
#include <sys/device.h>
#include <machine/intr.h>
#include <sys/sched.h>
+#include <sys/srp.h>
struct cpu_hwinfo {
uint32_t c0prid;
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h
index 494dccb3b1a..85e8f242d57 100644
--- a/sys/arch/powerpc/include/cpu.h
+++ b/sys/arch/powerpc/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.63 2016/05/07 22:46:54 kettenis Exp $ */
+/* $OpenBSD: cpu.h,v 1.64 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */
/*
@@ -38,6 +38,7 @@
#include <sys/device.h>
#include <sys/sched.h>
+#include <sys/srp.h>
struct cpu_info {
struct device *ci_dev; /* our device */
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h
index 7ae179d752a..c61fb5d3c9e 100644
--- a/sys/arch/sparc64/include/cpu.h
+++ b/sys/arch/sparc64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.92 2017/12/03 10:55:50 mpi Exp $ */
+/* $OpenBSD: cpu.h,v 1.93 2018/12/05 10:28:21 jsg Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
@@ -78,6 +78,7 @@
#include <machine/intr.h>
#include <sys/sched.h>
+#include <sys/srp.h>
/*
* The cpu_info structure is part of a 64KB structure mapped both the kernel