Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpkern/arch/generic



Module Name:    src
Committed By:   riastradh
Date:           Sun Aug 21 22:28:26 UTC 2022

Modified Files:
        src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c

Log Message:
rump: Define pmap_resident_count, pmap_wired_count conditionally.

These definitions will not be used by anything yet because on every
architecture except x86 as of yeterday, pmap_resident_count and
pmap_wired_count are defined as macros anyway.  But if more struct
pmaps are made private these definitions will get used.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.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