From owner-cvs-gnu Sat Jun 8 04:03:54 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA23420 for cvs-gnu-outgoing; Sat, 8 Jun 1996 04:03:54 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA23284; Sat, 8 Jun 1996 04:03:29 -0700 (PDT) Date: Sat, 8 Jun 1996 04:03:29 -0700 (PDT) From: Bruce Evans Message-Id: <199606081103.EAA23284@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-gnu Subject: cvs commit: src/sys/i386/i386 machdep.c src/gnu/usr.bin/gdb/gdb freebsd-nat.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/08 04:03:25 Modified: sys/i386/i386 machdep.c gnu/usr.bin/gdb/gdb freebsd-nat.c Log: Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing) alias `pcb_cr3' instead. That is still one alias too many, but is convenient for me since I've replaced the tss in the pcb by a few scalar variables in the pcb. Revision Changes Path 1.192 +3 -3 src/sys/i386/i386/machdep.c 1.10 +2 -2 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c