Module Name: src
Committed By: ad
Date: Sun Nov 24 15:53:47 UTC 2019
Modified Files:
src/sys/arch/sun68k/include: cpu.h
Log Message:
Correction to previous.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sun68k/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sun68k/include/cpu.h
diff -u src/sys/arch/sun68k/include/cpu.h:1.25 src/sys/arch/sun68k/include/cpu.h:1.26
--- src/sys/arch/sun68k/include/cpu.h:1.25 Sat Nov 23 19:40:37 2019
+++ src/sys/arch/sun68k/include/cpu.h Sun Nov 24 15:53:47 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.25 2019/11/23 19:40:37 ad Exp $ */
+/* $NetBSD: cpu.h,v 1.26 2019/11/24 15:53:47 ad Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -132,7 +132,7 @@ extern int astpending; /* need to trap
* Preempt the current process if in interrupt from user mode,
* or after the current trap/syscall if in system mode.
*/
-#define cpu_need_resched(ci,flags) do { \
+#define cpu_need_resched(ci,l,flags) do { \
__USE(flags); \
aston(); \
} while (/*CONSTCOND*/0)