Date: Thu, 5 May 2005 18:26:45 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <200505051826.j45IQj1B074166@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2005-05-05 18:26:45 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 machdep.c
Log:
Move the pcb variable initialization earlier. This is cosmetic here, but
in as-yet uncommitted code for 32 bit binary compatability on 64 bit
kernels, some of the 32 bit registers come from the pcb. Moving the
initialization here means fill_regs32() etc are laid out the same.
Revision Changes Path
1.614 +2 -2 src/sys/i386/i386/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505051826.j45IQj1B074166>
