summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-23 00:45:55 +0000
committerpeter <peter@FreeBSD.org>2003-09-23 00:45:55 +0000
commit18e77e81884bf1ebfcd69f04c48d323019934e6c (patch)
tree937c12dc91ac1167188a26060cb77acbc925550d
parent9a2e12955b8b23eda7a70d330c9c7ecbbecceb6c (diff)
downloadFreeBSD-src-18e77e81884bf1ebfcd69f04c48d323019934e6c.zip
FreeBSD-src-18e77e81884bf1ebfcd69f04c48d323019934e6c.tar.gz
Fix patch transcription typo. s/IDT_BPT/IDT_BP/
-rw-r--r--sys/amd64/amd64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 1cb40a9..33687b7 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -1177,7 +1177,7 @@ hammer_time(u_int64_t modulep, u_int64_t physfree)
setidt(IDT_DE, &IDTVEC(div), SDT_SYSIGT, SEL_KPL, 0);
setidt(IDT_DB, &IDTVEC(dbg), SDT_SYSIGT, SEL_KPL, 0);
setidt(IDT_NMI, &IDTVEC(nmi), SDT_SYSIGT, SEL_KPL, 0);
- setidt(IDT_BPT, &IDTVEC(bpt), SDT_SYSIGT, SEL_UPL, 0);
+ setidt(IDT_BP, &IDTVEC(bpt), SDT_SYSIGT, SEL_UPL, 0);
setidt(IDT_OF, &IDTVEC(ofl), SDT_SYSIGT, SEL_KPL, 0);
setidt(IDT_BR, &IDTVEC(bnd), SDT_SYSIGT, SEL_KPL, 0);
setidt(IDT_UD, &IDTVEC(ill), SDT_SYSIGT, SEL_KPL, 0);
OpenPOWER on IntegriCloud