From 102fd22d57bd1621eb1cd1a5cd29c7612e21d9ee Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 18 Feb 2019 08:45:50 +0100 Subject: [PATCH] ktr.4: Add a few words about KTR_LAPIC. --- share/man/man4/ktr.4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index 1771568360..be2aef9247 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD: src/share/man/man4/ktr.4,v 1.9 2003/09/08 19:57:19 ru Exp $ .\" -.Dd June 29, 2014 +.Dd February 18, 2019 .Dt KTR 4 .Os .Sh NAME @@ -48,6 +48,7 @@ .Cd options KTR_IFQ .Cd options KTR_IPIQ .Cd options KTR_KERNENTRY +.Cd options KTR_LAPIC .Cd options KTR_MEMORY .Cd options KTR_SERIALIZER .Cd options KTR_SPIN_CONTENTION @@ -114,6 +115,8 @@ operation running/avoiding/scheduling ifnet.if_start .It Dv KTR_IPIQ IPI related data (IPI requests, CPU synchronization etc.) +.It Dv KTR_LAPIC +Track LAPIC operation, for example EOI writes. .It Dv KTR_KERNENTRY entry of the kernel from userland (faults, syscalls) .It Dv KTR_MEMORY -- 2.11.4.GIT