diff options
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index d320ef5a309..3a5d6d96f78 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.24 2008/04/07 22:37:16 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.25 2008/07/18 23:43:31 art Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -409,6 +409,7 @@ extern int int_nest_cntr; * or after the current trap/syscall if in system mode. */ #define need_resched(info) { want_resched = 1; aston(); } +#define clear_resched(ci) want_resched = 0 /* * Give a profiling tick to the current process when the user profiling |