PERFORCE change 28115 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 18:02:20 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28115
Change 28115 by peter at peter_daintree on 2003/04/04 18:01:47
avoid ldt, debug regs
Affected files ...
.. //depot/projects/hammer/sys/x86_64/x86_64/genassym.c#12 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/x86_64/genassym.c#12 (text+ko) ====
@@ -122,15 +122,7 @@
ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
-ASSYM(PCB_DR0, offsetof(struct pcb, pcb_dr0));
-ASSYM(PCB_DR1, offsetof(struct pcb, pcb_dr1));
-ASSYM(PCB_DR2, offsetof(struct pcb, pcb_dr2));
-ASSYM(PCB_DR3, offsetof(struct pcb, pcb_dr3));
-ASSYM(PCB_DR6, offsetof(struct pcb, pcb_dr6));
-ASSYM(PCB_DR7, offsetof(struct pcb, pcb_dr7));
ASSYM(PCB_PSL, offsetof(struct pcb, pcb_psl));
-ASSYM(PCB_DBREGS, PCB_DBREGS);
-ASSYM(PCB_EXT, offsetof(struct pcb, pcb_ext));
ASSYM(PCB_SPARE, offsetof(struct pcb, __pcb_spare));
ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
@@ -159,7 +151,6 @@
ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
-ASSYM(PC_CURRENTLDT, offsetof(struct pcpu, pc_currentldt));
ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
ASSYM(KCSEL, GSEL(GCODE_SEL, SEL_KPL));
More information about the p4-projects
mailing list