Module Name:    src
Committed By:   skrll
Date:           Sat Aug  1 05:45:30 UTC 2020

Modified Files:
        src/sys/arch/mips/mips: spl.S

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/mips/spl.S

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/mips/mips/spl.S
diff -u src/sys/arch/mips/mips/spl.S:1.17 src/sys/arch/mips/mips/spl.S:1.18
--- src/sys/arch/mips/mips/spl.S:1.17	Fri Apr 12 21:12:21 2019
+++ src/sys/arch/mips/mips/spl.S	Sat Aug  1 05:45:30 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: spl.S,v 1.17 2019/04/12 21:12:21 skrll Exp $	*/
+/*	$NetBSD: spl.S,v 1.18 2020/08/01 05:45:30 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: spl.S,v 1.17 2019/04/12 21:12:21 skrll Exp $")
+RCSID("$NetBSD: spl.S,v 1.18 2020/08/01 05:45:30 skrll Exp $")
 
 #include "assym.h"
 
@@ -252,7 +252,7 @@ STATIC_XLEAF(_splsw_splhigh_noprof)
 	PTR_L	a3, L_CPU(MIPS_CURLWP)
 	NOP_L					# load delay
 	INT_L	v0, CPU_INFO_CPL(a3)		# get current IPL from cpu_info
-	li	a1, IPL_HIGH			# 
+	li	a1, IPL_HIGH			#
 	beq	v0, a1, 1f			# don't do anything if IPL_HIGH
 	 nop					# branch delay
 	mfc0	v1, MIPS_COP_0_STATUS		# fetch status register

Reply via email to