Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/src/trunk]: .joined/src/sys/arch/aarch64/aarch64 KNF
details: https://anonhg.NetBSD.org/.joined/src/rev/fa313575d837
branches: trunk
changeset: 359421:fa313575d837
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jan 04 05:55:45 2022 +0000
description:
KNF
diffstat:
sys/arch/aarch64/aarch64/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5169e3907c46 -r fa313575d837 sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c Tue Jan 04 05:39:12 2022 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c Tue Jan 04 05:55:45 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.121 2021/12/10 20:36:02 andvar Exp $ */
+/* $NetBSD: pmap.c,v 1.122 2022/01/04 05:55:45 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.121 2021/12/10 20:36:02 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.122 2022/01/04 05:55:45 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_ddb.h"
@@ -2011,7 +2011,7 @@
if (!l3pte_readable(pte)) {
PTE_ICACHE_SYNC_PAGE(pte, ptep, asid, va, l3only);
atomic_swap_64(ptep, pte);
- AARCH64_TLBI_BY_ASID_VA(asid, va ,true);
+ AARCH64_TLBI_BY_ASID_VA(asid, va, true);
} else {
atomic_swap_64(ptep, pte);
AARCH64_TLBI_BY_ASID_VA(asid, va, l3only);
Home |
Main Index |
Thread Index |
Old Index