Module Name: src
Committed By: rin
Date: Fri Aug 4 08:39:44 UTC 2023
Modified Files:
src/sys/arch/amiga/dev: acafh.c
Log Message:
amiga/acafh(4): Appease GCC 12.3.0 -Wmisleading-indentation
No binary changes. Alternatively, pmap_update(9) can be placed in
this loop, but it should make nothing other than small overhead.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/dev/acafh.c
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/amiga/dev/acafh.c
diff -u src/sys/arch/amiga/dev/acafh.c:1.5 src/sys/arch/amiga/dev/acafh.c:1.6
--- src/sys/arch/amiga/dev/acafh.c:1.5 Sat Aug 7 16:18:41 2021
+++ src/sys/arch/amiga/dev/acafh.c Fri Aug 4 08:39:44 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: acafh.c,v 1.5 2021/08/07 16:18:41 thorpej Exp $ */
+/* $NetBSD: acafh.c,v 1.6 2023/08/04 08:39:44 rin Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acafh.c,v 1.5 2021/08/07 16:18:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acafh.c,v 1.6 2023/08/04 08:39:44 rin Exp $");
/*
* Individual Computers ACA500 driver.
@@ -167,7 +167,7 @@ acafh_attach(device_t parent, device_t s
pmap_enter(vm_map_pmap(kernel_map),
i - ACAFH_BASE + aca_vbase, i,
VM_PROT_READ | VM_PROT_WRITE, true);
- pmap_update(vm_map_pmap(kernel_map));
+ pmap_update(vm_map_pmap(kernel_map));
aca_vbase += ACAFH_FIRST_REG_OFF;