Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   skrll
Date:           Fri Aug 25 06:49:16 UTC 2006

Modified Files:
        src/sys/arch/hp700/conf: ld.script
        src/sys/arch/hppa/hppa: pmap.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/hp700/conf/ld.script
cvs rdiff -r1.22 -r1.23 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