DragonFly BSD
DragonFly commits List (threaded) for 2005-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include globaldata.h smp.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Nov 2005 12:10:55 -0800 (PST)

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



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