PERFORCE change 109184 for review

John Birrell jb at FreeBSD.org
Sat Nov 4 01:23:03 UTC 2006


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

Change 109184 by jb at jb_freebsd8 on 2006/11/04 01:22:29

	Reset to match current.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/i386/genassym.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/i386/i386/genassym.c#6 (text+ko) ====

@@ -82,7 +82,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_MD, offsetof(struct thread, td_md));
 
@@ -91,7 +90,6 @@
 
 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
 ASSYM(TDF_NEEDRESCHED, TDF_NEEDRESCHED);
-ASSYM(TDP_ASTPENDING, TDP_ASTPENDING);
 
 ASSYM(V_TRAP, offsetof(struct vmmeter, v_trap));
 ASSYM(V_SYSCALL, offsetof(struct vmmeter, v_syscall));


More information about the p4-projects mailing list