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

cvs commit: src/sys/i386/i386 trap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Nov 2003 22:01:13 -0800 (PST)

dillon      2003/11/06 22:01:13 PST

DragonFly src repository

  Modified files:
    sys/i386/i386        trap.c 
  Log:
  Fatal traps were not reporting the correct %cs (code selector) for the SMP
  case.  They were reporting the code selector for cpu 0 rather then the cpu
  taking the trap.
  
  Revision  Changes    Path
  1.40      +1 -1      src/sys/i386/i386/trap.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/trap.c.diff?r1=1.39&r2=1.40&f=h



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