Module Name: src
Committed By: skrll
Date: Sat Jun 10 07:30:57 UTC 2023
Modified Files:
src/sys/arch/evbmips/evbmips: interrupt.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbmips/evbmips/interrupt.c
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/evbmips/evbmips/interrupt.c
diff -u src/sys/arch/evbmips/evbmips/interrupt.c:1.24 src/sys/arch/evbmips/evbmips/interrupt.c:1.25
--- src/sys/arch/evbmips/evbmips/interrupt.c:1.24 Fri Aug 26 15:45:47 2016
+++ src/sys/arch/evbmips/evbmips/interrupt.c Sat Jun 10 07:30:57 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.24 2016/08/26 15:45:47 skrll Exp $ */
+/* $NetBSD: interrupt.c,v 1.25 2023/06/10 07:30:57 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.24 2016/08/26 15:45:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.25 2023/06/10 07:30:57 skrll Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -84,7 +84,7 @@ cpu_intr(int ppl, vaddr_t pc, uint32_t s
KASSERTMSG(ipl == IPL_SCHED,
"%s: ipl (%d) != IPL_SCHED (%d)",
__func__, ipl, IPL_SCHED);
- /* call the common MIPS3 clock interrupt handler */
+ /* call the common MIPS3 clock interrupt handler */
mips3_clockintr(&cf);
pending ^= MIPS_INT_MASK_5;
}