PERFORCE change 102971 for review

John Birrell jb at FreeBSD.org
Tue Aug 1 21:29:27 UTC 2006


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

Change 102971 by jb at jb_freebsd2 on 2006/08/01 21:28:35

	Generate an offset for the 'pad' field in pcpu that we can use for
	temporary debugging at tl2.

Affected files ...

.. //depot/projects/dtrace/src/sys/sparc64/sparc64/genassym.c#4 edit
.. //depot/projects/kmacy_sun4v_stable/src/sys/sparc64/sparc64/genassym.c#4 edit

Differences ...

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

@@ -224,6 +224,7 @@
 ASSYM(PC_KWBUF_FULL, offsetof(struct pcpu, pc_kwbuf_full));
 ASSYM(PC_KWBUF_SP, offsetof(struct pcpu, pc_kwbuf_sp));
 ASSYM(PC_KWBUF, offsetof(struct pcpu, pc_kwbuf));
+ASSYM(PC_PAD, offsetof(struct pcpu, pad));
 ASSYM(PC_PMAP, offsetof(struct pcpu, pc_curpmap));
 ASSYM(PC_TSBWBUF, offsetof(struct pcpu, pc_tsbwbuf));
 

==== //depot/projects/kmacy_sun4v_stable/src/sys/sparc64/sparc64/genassym.c#4 (text+ko) ====

@@ -224,6 +224,7 @@
 ASSYM(PC_KWBUF_FULL, offsetof(struct pcpu, pc_kwbuf_full));
 ASSYM(PC_KWBUF_SP, offsetof(struct pcpu, pc_kwbuf_sp));
 ASSYM(PC_KWBUF, offsetof(struct pcpu, pc_kwbuf));
+ASSYM(PC_PAD, offsetof(struct pcpu, pad));
 ASSYM(PC_PMAP, offsetof(struct pcpu, pc_curpmap));
 ASSYM(PC_TSBWBUF, offsetof(struct pcpu, pc_tsbwbuf));
 


More information about the p4-projects mailing list