diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2004-06-21 23:12:15 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2004-06-21 23:12:15 +0000 |
commit | c2ad14942ce1145ecf62f4fa957f2bcb408bb556 (patch) | |
tree | ce1fef682a31add39cf5b210232a5e76c8d59198 /sys/arch/i386/include/cpu.h | |
parent | 2d279ec704cd238ddf5e6e667ea7d12a6bb209a3 (diff) |
Put back the moving of schedstate_percpu into sched.h. This time expose
it to userland so that i386 builds (other architectures didn't show the
problem).
deraadt@ ok
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 855cfc8dbd6..18da562cd3b 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.63 2004/06/20 08:25:30 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.64 2004/06/21 23:12:14 art Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -72,7 +72,7 @@ #include <sys/device.h> #include <sys/lock.h> /* will also get LOCKDEBUG */ -#include <sys/proc.h> +#include <sys/sched.h> struct intrsource; |