cvs commit: src/sys/i386/i386 machdep.c

Peter Wemm peter at FreeBSD.org
Thu May 5 11:26:48 PDT 2005


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


More information about the cvs-src mailing list