Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Whitespace
details: https://anonhg.NetBSD.org/src/rev/f9a9dce81b89
branches: trunk
changeset: 935553:f9a9dce81b89
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jul 06 07:36:14 2020 +0000
description:
Whitespace
diffstat:
sys/arch/arm/arm32/cpuswitch.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 6e65a4d75108 -r f9a9dce81b89 sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S Mon Jul 06 01:08:15 2020 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S Mon Jul 06 07:36:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.99 2020/07/03 06:35:05 skrll Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.100 2020/07/06 07:36:14 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -86,7 +86,7 @@
#include <arm/asm.h>
#include <arm/locore.h>
- RCSID("$NetBSD: cpuswitch.S,v 1.99 2020/07/03 06:35:05 skrll Exp $")
+ RCSID("$NetBSD: cpuswitch.S,v 1.100 2020/07/06 07:36:14 skrll Exp $")
/* LINTSTUB: include <sys/param.h> */
@@ -190,6 +190,7 @@
/* We have a new curlwp now so make a note of it */
str r6, [r5, #(CI_CURLWP)]
+
/* Get the new pcb */
ldr r7, [r6, #(L_PCB)]
@@ -236,7 +237,6 @@
/*
* Check for restartable atomic sequences (RAS).
*/
-
ldr r0, [r6, #(L_PROC)] /* fetch the proc for ras_lookup */
ldr r2, [r0, #(P_RASLIST)]
cmp r2, #0 /* p->p_nras == 0? */
Home |
Main Index |
Thread Index |
Old Index