Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun68k/include Correction to previous.



details:   https://anonhg.NetBSD.org/src/rev/a75f39bd35d6
branches:  trunk
changeset: 461380:a75f39bd35d6
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Nov 24 15:53:47 2019 +0000

description:
Correction to previous.

diffstat:

 sys/arch/sun68k/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9421e4a50e3f -r a75f39bd35d6 sys/arch/sun68k/include/cpu.h
--- a/sys/arch/sun68k/include/cpu.h     Sun Nov 24 15:49:12 2019 +0000
+++ b/sys/arch/sun68k/include/cpu.h     Sun Nov 24 15:53:47 2019 +0000
@@ -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 @@
  * 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)



Home | Main Index | Thread Index | Old Index