Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 01:23:02 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109184 for review
Message-ID:  <200611040123.kA41N2SR050415@repoman.freebsd.org>

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

Change 109184 by jb@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));



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