amd64: Map the local APIC.
authorJordan Gordeev <jgordeev@dir.bg>
Fri, 3 Jul 2009 19:23:20 +0000 (22:23 +0300)
committerJordan Gordeev <jgordeev@dir.bg>
Mon, 6 Jul 2009 11:13:41 +0000 (14:13 +0300)
commit057877acdfe820f03c3a44bad801a2da381ff54e
treec980a592ebf9f10c50588906137d58bfb3aafefb
parentc855ebba084377ff9f61df01333bcb5ea92174a3
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.
sys/platform/pc64/amd64/pmap.c
sys/platform/pc64/include/pmap.h