summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-11-04 10:51:52 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-11-04 10:51:52 +0000
commit5b9a3721e6eacf404b59424db734c63f12177d8d (patch)
tree043dec5bde23bd189ed5073bff02215bbe7e1840
parentec1d28b8df966b66a12df810c63f2a477e095ca9 (diff)
Notes
-rw-r--r--sys/amd64/amd64/genassym.c1
-rw-r--r--sys/i386/i386/genassym.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 2ac09802fb5e..78777d814d7e 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -81,7 +81,6 @@ ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
ASSYM(TD_PFLAGS, offsetof(struct thread, td_pflags));
ASSYM(TD_PROC, offsetof(struct thread, td_proc));
-ASSYM(TD_TID, offsetof(struct thread, td_tid));
ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c
index 7dbb22c610cf..c9c5357abebd 100644
--- a/sys/i386/i386/genassym.c
+++ b/sys/i386/i386/genassym.c
@@ -88,7 +88,6 @@ ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
ASSYM(TD_PFLAGS, offsetof(struct thread, td_pflags));
ASSYM(TD_PROC, offsetof(struct thread, td_proc));
ASSYM(TD_MD, offsetof(struct thread, td_md));
-ASSYM(TD_TID, offsetof(struct thread, td_tid));
ASSYM(TDP_CALLCHAIN, TDP_CALLCHAIN);