https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272149
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Resolution|--- |Works As Intended Status|New |Closed Component|standards |kern --- Comment #2 from Konstantin Belousov <[email protected]> --- mc_trapno values are T_XXX from machine/trap.h. In particular, for the page fault, value is #define T_PAGEFLT 12 /* page fault */ This is *not* the CPU fault number in IDT. -- You are receiving this mail because: You are the assignee for the bug.
