Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2006 21:29:26 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102971 for review
Message-ID:  <200608012129.k71LTQ0B050533@repoman.freebsd.org>

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

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



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