Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/3684b06286f6
branches: trunk
changeset: 936633:3684b06286f6
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Aug 01 05:45:30 2020 +0000
description:
Trailing whitespace
diffstat:
sys/arch/mips/mips/spl.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1dac7a110ab9 -r 3684b06286f6 sys/arch/mips/mips/spl.S
--- a/sys/arch/mips/mips/spl.S Sat Aug 01 02:45:35 2020 +0000
+++ b/sys/arch/mips/mips/spl.S Sat Aug 01 05:45:30 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index