Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 13:10:34 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42164 for review
Message-ID:  <200311122110.hACLAYoN022473@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42164

Change 42164 by peter@peter_overcee on 2003/11/12 13:09:44

	GC unused

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/genassym.c#24 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/genassym.c#24 (text+ko) ====

@@ -85,11 +85,6 @@
 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
-ASSYM(TD_INTR_NESTING_LEVEL, offsetof(struct thread, td_intr_nesting_level));
-ASSYM(TD_CRITNEST, offsetof(struct thread, td_critnest));
-ASSYM(TD_MD, offsetof(struct thread, td_md));
-
-ASSYM(P_MD, offsetof(struct proc, p_md));
 
 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
 ASSYM(TDF_NEEDRESCHED, TDF_NEEDRESCHED);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311122110.hACLAYoN022473>