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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 6 22:02:40 PST 2003


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





More information about the Commits mailing list