Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/0c4931e8ea20
branches: trunk
changeset: 1003422:0c4931e8ea20
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Sep 15 07:13:37 2019 +0000
description:
Trailing whitespace
diffstat:
sys/arch/aarch64/aarch64/cpuswitch.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bf1665d37093 -r 0c4931e8ea20 sys/arch/aarch64/aarch64/cpuswitch.S
--- a/sys/arch/aarch64/aarch64/cpuswitch.S Sun Sep 15 07:01:13 2019 +0000
+++ b/sys/arch/aarch64/aarch64/cpuswitch.S Sun Sep 15 07:13:37 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuswitch.S,v 1.11 2018/12/27 09:55:27 mrg Exp $ */
+/* $NetBSD: cpuswitch.S,v 1.12 2019/09/15 07:13:37 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include "opt_ddb.h"
#include "opt_kasan.h"
-RCSID("$NetBSD: cpuswitch.S,v 1.11 2018/12/27 09:55:27 mrg Exp $")
+RCSID("$NetBSD: cpuswitch.S,v 1.12 2019/09/15 07:13:37 skrll Exp $")
/*
* At IPL_SCHED:
@@ -64,7 +64,7 @@
* Save the current stack pointer and the CPACR and save them in
* old lwp md area.
*/
- mov x4, sp
+ mov x4, sp
mrs x5, cpacr_el1
str x5, [x0, #L_MD_CPACR]
ldr x6, [x0, #L_PCB] /* x6 = lwp_getpcb(oldlwp) */
Home |
Main Index |
Thread Index |
Old Index