Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/arch
Module Name: src
Committed By: riz
Date: Thu Sep 7 18:09:42 UTC 2006
Modified Files:
src/sys/arch/hp700/conf [netbsd-4]: ld.script
src/sys/arch/hppa/hppa [netbsd-4]: pmap.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #116):
sys/arch/hppa/hppa/pmap.c: revision 1.19
sys/arch/hppa/hppa/pmap.c: revision 1.20
sys/arch/hppa/hppa/pmap.c: revision 1.21
sys/arch/hppa/hppa/pmap.c: revision 1.22
sys/arch/hppa/hppa/pmap.c: revision 1.23
sys/arch/hppa/hppa/pmap.c: revision 1.24
sys/arch/hp700/conf/ld.script: revision 1.9
Fix PMAPDEBUG compile by sorting the printf format problems.
KNF a comment.
Use PMAP_PRINTF(PDB_INIT, ...) instead of various #ifdefs and add some
more debug code.
KNF a comment
Fix PR 33702.
Modernise the linker script and make sure we have a symbol after the
link_sets.
Make sure that pmap_bootstrap doesn't tell uvm that some of the kernel
phys pages are free. Previously uvm would very likely allocate the phys
pages used for the link_sets to a MALLOC and they'd get overwritten.
Thanks to David H. Gutteridge for testing various things.
Don't lose a page at the end of the 3 segments we uvm_page_physload.
(end/avail_end are excluive page numbers - as dicussed on tech-kern)
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.18.1 src/sys/arch/hp700/conf/ld.script
cvs rdiff -r1.18 -r1.18.18.1 src/sys/arch/hppa/hppa/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