From 33b6f0c5eaa99b3a6b695eb3be2c9fdd18ba504d Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 4 Apr 2006 02:26:45 +0000 Subject: [PATCH] Freshen a comment. Reviewed by: jhb --- sys/i386/i386/exception.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 1f285c8a14ed..5fa56f84ee47 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -118,8 +118,9 @@ IDTVEC(xmm) /* * alltraps entry point. Interrupts are enabled if this was a trap * gate (TGT), else disabled if this was an interrupt gate (IGT). - * Note that int0x80_syscall is a trap gate. Only page faults - * use an interrupt gate. + * Note that int0x80_syscall is a trap gate. Interrupt gates are + * used by page faults, non-maskable interrupts, debug and breakpoint + * exceptions. */ SUPERALIGN_TEXT