diff options
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h index 76afb0a716c..a524d1cb618 100644 --- a/sys/arch/hp300/include/cpu.h +++ b/sys/arch/hp300/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.35 2007/11/02 19:18:54 martin Exp $ */ +/* $OpenBSD: cpu.h,v 1.36 2008/07/18 23:43:31 art Exp $ */ /* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */ /* @@ -92,6 +92,7 @@ struct clockframe { */ extern int want_resched; /* resched() was called */ #define need_resched(ci) { want_resched = 1; aston(); } +#define clear_resched(ci) want_resched = 0 /* * Give a profiling tick to the current process when the user profiling |