cvs commit: src/sys/ia64/include md_var.h src/sys/ia64/ia64
machdep.c mp_machdep.c pmap.c
Marcel Moolenaar
marcel at FreeBSD.org
Mon Jul 30 22:12:53 UTC 2007
marcel 2007-07-30 22:12:53 UTC
FreeBSD src repository
Modified files:
sys/ia64/include md_var.h
sys/ia64/ia64 machdep.c mp_machdep.c pmap.c
Log:
Explicitly map the VHPT on all processors. Previously we were
merely lucky that the VHPT was mapped as a side-effect of
mapping the kernel, but when there's enough physical memory,
this may not at all be the case.
Approved by: re (blanket)
Revision Changes Path
1.224 +24 -0 src/sys/ia64/ia64/machdep.c
1.65 +1 -0 src/sys/ia64/ia64/mp_machdep.c
1.190 +1 -0 src/sys/ia64/ia64/pmap.c
1.24 +1 -0 src/sys/ia64/include/md_var.h
More information about the cvs-all
mailing list