NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51254 CVS commit: src/sys/uvm
The following reply was made to PR kern/51254; it has been noted by GNATS.
From: "Valery Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51254 CVS commit: src/sys/uvm
Date: Tue, 16 Jul 2024 16:48:54 +0000
Module Name: src
Committed By: uwe
Date: Tue Jul 16 16:48:54 UTC 2024
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
uvm_findspace_invariants: don't repeat the message three times
The topdown and bottomup messages were exactly the same and sh3 printf
hack added the third copy. Restructure the code so that there's only
one message and make the message more obvious - the topdown condition
in the assertions was confusing b/c it's inverted (!topdown || ...
means it's the topdown map).
PR 51254
To generate a diff of this commit:
cvs rdiff -u -r1.412 -r1.413 src/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index