diff options
Diffstat (limited to 'sys/arch/mac68k/include/cpu.h')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index b97efff30d5..dec5f7811e2 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.42 2006/11/29 12:26:13 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.43 2007/03/15 10:22:29 art Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -109,7 +109,7 @@ extern int want_resched; /* resched() was called */ * interrupt. Request an ast to send us through trap(), * marking the proc as needing a profiling tick. */ -#define need_proftick(p) ( (p)->p_flag |= P_OWEUPC, aston() ) +#define need_proftick(p) aston() /* * Notify the current process (p) that it has a signal pending, |