Source-Changes archive

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

CVS commit: src/sys/arch/mac68k



Module Name:    src
Committed By:   tsutsui
Date:           Sat Jan 10 11:28:47 UTC 2009

Modified Files:
        src/sys/arch/mac68k/include: vmparam.h
        src/sys/arch/mac68k/mac68k: pmap_bootstrap.c

Log Message:
Remove unnecessary "last kernel PT page" mapping.
The lkptpa was required for hp300 (where PA != VA)
to prepare a page PA == VA to turn on the MMU,
and it is not needed for mac68k which has PA == VA
mappings even in kernel text/data/bss.  Tested on LC630.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/arch/mac68k/include/vmparam.h
cvs rdiff -r1.75 -r1.76 src/sys/arch/mac68k/mac68k/pmap_bootstrap.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