diff options
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 119c34483f7..119b428aa1d 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.38 2009/10/07 08:35:47 syuu Exp $ */ +/* $OpenBSD: cpu.h,v 1.39 2009/10/22 20:05:26 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -373,9 +373,9 @@ struct cpu_info { ci_schedstate; int ci_want_resched; /* need_resched() invoked */ cpuid_t ci_cpuid; /* our CPU ID */ - u_int32_t ci_randseed; /* per cpu random seed */ - intrmask_t ci_cpl; - intrmask_t ci_ipending; + uint32_t ci_randseed; /* per cpu random seed */ + uint32_t ci_cpl; + uint32_t ci_ipending; #ifdef MULTIPROCESSOR u_long ci_flags; /* flags; see below */ #endif |