Module Name: src Committed By: simonb Date: Sat Jan 6 07:27:35 UTC 2024
Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Remove funny blank line. To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306 src/sys/arch/mips/mips/mips_machdep.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/mips/mips/mips_machdep.c diff -u src/sys/arch/mips/mips/mips_machdep.c:1.305 src/sys/arch/mips/mips/mips_machdep.c:1.306 --- src/sys/arch/mips/mips/mips_machdep.c:1.305 Sat Jan 6 07:27:05 2024 +++ src/sys/arch/mips/mips/mips_machdep.c Sat Jan 6 07:27:35 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: mips_machdep.c,v 1.305 2024/01/06 07:27:05 simonb Exp $ */ +/* $NetBSD: mips_machdep.c,v 1.306 2024/01/06 07:27:35 simonb Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -111,7 +111,7 @@ */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.305 2024/01/06 07:27:05 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.306 2024/01/06 07:27:35 simonb Exp $"); #define __INTR_PRIVATE #include "opt_cputype.h" @@ -2311,7 +2311,6 @@ mips_page_physload(vaddr_t vkernstart, v * Now we give this segment to uvm. */ printf("adding %#"PRIxPADDR" @ %#"PRIxPADDR" to freelist %d\n", - segend - segstart, segstart, freelist); paddr_t first = atop(segstart); paddr_t last = atop(segend);