Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/sys/uvm



Module Name:    src
Committed By:   martin
Date:           Thu Aug 22 19:28:40 UTC 2024

Modified Files:
        src/sys/uvm [netbsd-10]: uvm_map.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #783):

        sys/uvm/uvm_map.c: revision 1.407
        sys/uvm/uvm_map.c: revision 1.412
        sys/uvm/uvm_map.c: revision 1.413

uvm_findspace(): For sh3, convert a KASSERTMSG(9) into printf(9)
XXX

Work around for PR kern/51254 until it gets fixed.

With this change, landisk survives full ATF with DIAGNOSTIC enabled.
uvm_map.c: Fix kassertmsg/printf newline mismatch in PR 51254 note.
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.403.2.1 -r1.403.2.2 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