NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54869 CVS commit: src/sys/arch/sun3/include
The following reply was made to PR port-sun3/54869; it has been noted by GNATS.
From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54869 CVS commit: src/sys/arch/sun3/include
Date: Sat, 18 Jan 2020 20:47:15 +0000
Module Name: src
Committed By: tsutsui
Date: Sat Jan 18 20:47:15 UTC 2020
Modified Files:
src/sys/arch/sun3/include: pmap.h pmap3.h pmap3x.h
Log Message:
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.33 src/sys/arch/sun3/include/pmap.h
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sun3/include/pmap3.h
cvs rdiff -u -r1.29 -r1.30 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