[Bug 272149] mc_trapno incorrectly reports 0xc instead of 0xe

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Jun 2023 16:11:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272149

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|standards@FreeBSD.org       |bugs@FreeBSD.org
         Resolution|---                         |Works As Intended
             Status|New                         |Closed
          Component|standards                   |kern

--- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> ---
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.