Author: kib
Date: Sat Nov 11 12:12:26 2017
New Revision: 325711
URL: https://svnweb.freebsd.org/changeset/base/325711

Log:
  MFC r325388:
  x86: Do not emit unused TD_TID symbols.

Modified:
  stable/11/sys/amd64/amd64/genassym.c
  stable/11/sys/i386/i386/genassym.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/amd64/genassym.c
==============================================================================
--- stable/11/sys/amd64/amd64/genassym.c        Sat Nov 11 12:09:33 2017        
(r325710)
+++ stable/11/sys/amd64/amd64/genassym.c        Sat Nov 11 12:12:26 2017        
(r325711)
@@ -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);

Modified: stable/11/sys/i386/i386/genassym.c
==============================================================================
--- stable/11/sys/i386/i386/genassym.c  Sat Nov 11 12:09:33 2017        
(r325710)
+++ stable/11/sys/i386/i386/genassym.c  Sat Nov 11 12:12:26 2017        
(r325711)
@@ -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);
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to