Fatal traps were not reporting the correct %cs (code selector) for the SMP
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 7 Nov 2003 06:01:12 +0000 (06:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 7 Nov 2003 06:01:12 +0000 (06:01 +0000)
commit3951a45f2369cb2f3251c3c33f0a8f82e5a89d65
tree33efb0d4a4655a6623780d2873672d666f68259c
parent55a2e6d44b608b07841c11e4bbe413ec058a4001
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.
sys/i386/i386/trap.c
sys/platform/pc32/i386/trap.c