We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23081d4 commit ae8ab84Copy full SHA for ae8ab84
1 file changed
sys/arch/mac68k/mac68k/pmap_bootstrap.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: pmap_bootstrap.c,v 1.109 2025/11/30 21:42:28 thorpej Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.110 2025/12/02 02:04:21 thorpej Exp $ */
2
3
/*
4
* Copyright (c) 1991, 1993
@@ -36,7 +36,7 @@
36
*/
37
38
#include <sys/cdefs.h>
39
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.109 2025/11/30 21:42:28 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.110 2025/12/02 02:04:21 thorpej Exp $");
40
41
#include "audio.h"
42
#include "opt_ddb.h"
@@ -433,7 +433,7 @@ pmap_bootstrap1(paddr_t nextpa, paddr_t firstpa)
433
* Sysseg: base of kernel segment table
434
435
Sysseg = PA2VA(kstpa, st_entry_t *);
436
- Sysseg_pa = PA2VA(kstpa, paddr_t);
+ Sysseg_pa = kstpa;
437
#if defined(M68040)
438
if (mmutype == MMU_68040)
439
protostfree = stfree;
0 commit comments