Skip to content

Commit 7f031ef

Browse files
committed
whitespace
1 parent 844580b commit 7f031ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sys/arch/aarch64/aarch64/pmap_machdep.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: pmap_machdep.c,v 1.7 2026/01/22 06:56:40 skrll Exp $ */
1+
/* $NetBSD: pmap_machdep.c,v 1.8 2026/01/22 07:08:54 skrll Exp $ */
22

33
/*-
44
* Copyright (c) 2022 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
3737
#define __PMAP_PRIVATE
3838

3939
#include <sys/cdefs.h>
40-
__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.7 2026/01/22 06:56:40 skrll Exp $");
40+
__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.8 2026/01/22 07:08:54 skrll Exp $");
4141

4242
#include <sys/param.h>
4343
#include <sys/types.h>
@@ -497,7 +497,6 @@ pmap_bootstrap(vaddr_t vstart, vaddr_t vend)
497497
pmap_t efipm = pmap_efirt();
498498
efipm->pm_l0_pa = AARCH64_KVA_TO_PA(efi_l0va);
499499
efipm->pm_pdetab = (pmap_pdetab_t *)efi_l0va;
500-
501500
#endif
502501

503502
pool_init(&pmap_pmap_pool, PMAP_SIZE, 0, 0, 0, "pmappl",

0 commit comments

Comments
 (0)