PERFORCE change 42164 for review

Peter Wemm peter at FreeBSD.org
Wed Nov 12 13:10:36 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42164

Change 42164 by peter at 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);


More information about the p4-projects mailing list