看板 DFBSD_commit 關於我們 聯絡資訊
commit 057877acdfe820f03c3a44bad801a2da381ff54e Author: Jordan Gordeev <jgordeev@dir.bg> Date: Fri Jul 3 22:23:20 2009 +0300 amd64: Map the local APIC. Introduce a new function - pmap_mapdev_uncacheable(). It's a copy of pmap_mapdev(), but creates PT entries that disable caching. Use pmap_mapdev_uncacheable() when mapping the local APIC. Summary of changes: sys/platform/pc64/amd64/pmap.c | 31 +++++++++++++++++++++++++++++++ sys/platform/pc64/include/pmap.h | 1 + 2 files changed, 32 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/057877acdfe820f03c3a44bad801a2da381ff54e -- DragonFly BSD source repository