diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index f4b45f47d30..d80bae1d2ed 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.53 2008/07/14 13:39:06 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.54 2008/07/18 23:43:31 art Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -151,6 +151,7 @@ extern register_t kpsw; #define signotify(p) (setsoftast()) #define need_resched(ci) (want_resched = 1, setsoftast()) +#define clear_resched(ci) want_resched = 0 #define need_proftick(p) setsoftast() #define PROC_PC(p) ((p)->p_md.md_regs->tf_iioq_head) |