Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   eeh
Date:           Thu Jun 21 00:24:23 UTC 2001

Modified Files:
        syssrc/sys/arch/sparc64/include: pte.h
        syssrc/sys/arch/sparc64/sparc64: locore.s pmap.c

Log Message:
Allow multiple 4MB pages for both kernel text and kernel data.

Note: DEBUG checks will not allow accesses to the hole between
text and data segments, so you may need to update programs that
use libkvm before relocating the start of kernel data.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sparc64/include/pte.h
cvs rdiff -r1.117 -r1.118 syssrc/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.97 -r1.98 syssrc/sys/arch/sparc64/sparc64/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