summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/kobj_impl.h
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2021-09-12 13:43:58 +0300
committerToomas Soome <tsoome@me.com>2022-08-30 19:09:40 +0300
commit2570281cf351044b6936651ce26dbe1f801dcbd8 (patch)
tree54957dc5692258b6308df50c8d0f73a334421091 /usr/src/uts/common/sys/kobj_impl.h
parent2ec63ffb3ec249bd7cb4523118c8437e6c6be335 (diff)
downloadillumos-gate-2570281cf351044b6936651ce26dbe1f801dcbd8.tar.gz
14079 remove TNF
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys/kobj_impl.h')
-rw-r--r--usr/src/uts/common/sys/kobj_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/kobj_impl.h b/usr/src/uts/common/sys/kobj_impl.h
index 752217b5cf..10b0724b0e 100644
--- a/usr/src/uts/common/sys/kobj_impl.h
+++ b/usr/src/uts/common/sys/kobj_impl.h
@@ -82,7 +82,7 @@ struct proginfo {
#define KOBJ_INTERP 0x0008 /* the interpreter module */
#define KOBJ_PRIM 0x0010 /* a primary kernel module */
#define KOBJ_RESOLVED 0x0020 /* fully resolved */
-#define KOBJ_TNF_PROBE 0x0040 /* Contains TNF probe(s) */
+/* 0x0040 unused. */
#define KOBJ_RELOCATED 0x0080 /* relocation completed */
#define KOBJ_NOPARENTS 0x0200 /* nothing can depend on this module */
#define KOBJ_IGNMULDEF 0x0400 /* ignore dups during sym resolution */