Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/sun3/include



Module Name:    src
Committed By:   martin
Date:           Tue Jan 21 15:41:43 UTC 2020

Modified Files:
        src/sys/arch/sun3/include [netbsd-9]: pmap.h pmap3.h pmap3x.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #636):

        sys/arch/sun3/include/pmap.h: revision 1.33
        sys/arch/sun3/include/pmap3.h: revision 1.50
        sys/arch/sun3/include/pmap3x.h: revision 1.30

Fix "modload nfsserver" failure on sun3.  PR/54869
sun3 port has two definitions for different pmaps for sun3 (pmap3.h)
and sun3x (pmap3x.h) and they are selected by _SUN3_ or _SUN3X_ macro,
but neither of them is defined on module builds so common exported
definitions required by module(7) should be in a common header,
i.e. pmap.h.

Should be pulled up to netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.32.68.1 src/sys/arch/sun3/include/pmap.h
cvs rdiff -u -r1.49 -r1.49.42.1 src/sys/arch/sun3/include/pmap3.h
cvs rdiff -u -r1.29 -r1.29.58.1 src/sys/arch/sun3/include/pmap3x.h

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