PERFORCE change 42575 for review

Peter Wemm peter at FreeBSD.org
Sun Nov 16 13:39:46 PST 2003


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

Change 42575 by peter at peter_overcee on 2003/11/16 13:39:19

	export PC_TSSP and PC_RSP0.  Still not quite final yet.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/genassym.c#25 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/genassym.c#25 (text+ko) ====

@@ -188,6 +188,8 @@
 ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
 ASSYM(PC_SCRATCH_RSP, offsetof(struct pcpu, pc_scratch_rsp));
 ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
+ASSYM(PC_TSSP, offsetof(struct pcpu, pc_tssp));
+ASSYM(PC_RSP0, offsetof(struct pcpu, pc_rsp0));
  
 ASSYM(LA_VER, offsetof(struct LAPIC, version));
 ASSYM(LA_TPR, offsetof(struct LAPIC, tpr));


More information about the p4-projects mailing list