HomeFreeBSD

db_nextframe/amd64: remove TRAP_INTERRUPT frame type

Description

db_nextframe/amd64: remove TRAP_INTERRUPT frame type

Besides the confusing name, this type is effectively unused.
In all cases where it could be set, the INTERRUPT type is set by the
earlier code. The conditions for TRAP_INTERRUPT are a subset of the
conditions for INTERRUPT.

Reviewed by: kib, markj
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D22305

Details

Provenance
avgAuthored on
Reviewer
kib
Differential Revision
D22305: db_nextframe/amd64: remove TRAP_INTERRUPT frame type
Parents
rS354618: swap_pager_meta_free() frees allocated blocks in a way that
Branches
Unknown
Tags
Unknown