diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-18 16:59:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-01-18 16:59:24 +0000 |
commit | df30a177444fe06be6762de755a15506697c2e68 (patch) | |
tree | df4df005bc8cd5c2b5afb4b4c2136a8cc2fe6ebe /sys/arch/mips64/include/cpu.h | |
parent | f7e0d469569525dba8f4a4fc84f239920a48468a (diff) |
Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH.
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 7d396182748..51e50b8383a 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.54 2010/01/09 23:43:41 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.55 2010/01/18 16:59:22 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -360,9 +360,8 @@ extern vaddr_t uncached_base; #include <sys/device.h> #include <sys/lock.h> -#include <sys/sched.h> - #include <machine/intr.h> +#include <sys/sched.h> struct cpu_hwinfo { uint32_t c0prid; |