We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ab84 commit 1377958Copy full SHA for 1377958
1 file changed
sys/arch/mac68k/mac68k/locore.s
@@ -1,4 +1,4 @@
1
-/* $NetBSD: locore.s,v 1.187 2025/11/30 19:17:52 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.188 2025/12/02 02:05:23 thorpej Exp $ */
2
3
/*
4
* Copyright (c) 1988 University of Utah.
@@ -258,8 +258,7 @@ Lstart3:
258
movl #_C_LABEL(vectab),%d0 | set Vector Base Register
259
movc %d0,%vbr
260
261
- movl _C_LABEL(Sysseg),%a1 | system segment table addr
262
- addl _C_LABEL(load_addr),%a1 | Make it physical addr
+ movl _C_LABEL(Sysseg_pa),%a1 | system segment table PA
263
cmpl #MMU_68040,_C_LABEL(mmutype)
264
jne Lenablepre040MMU | if not 040, skip
265
0 commit comments