cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include globaldata.h smp.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Nov 3 12:10:59 PST 2005
dillon 2005/11/03 12:10:55 PST
DragonFly src repository
Modified files:
sys/i386/i386 mp_machdep.c
sys/i386/include globaldata.h smp.h
Log:
De-confuse the IO APIC mapping code by creating a helper procedure to
map the apic physical address space (or any core memory mapped I/O) into KVA.
Instead of assuming that the SMPpg[] page table page has room for the
mappings, actually check and assert that it does, in fact, have room.
Revision Changes Path
1.44 +62 -25 src/sys/i386/i386/mp_machdep.c
1.27 +5 -0 src/sys/i386/include/globaldata.h
1.16 +1 -0 src/sys/i386/include/smp.h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/mp_machdep.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/globaldata.h.diff?r1=1.26&r2=1.27&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/smp.h.diff?r1=1.15&r2=1.16&f=u
More information about the Commits
mailing list