Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2008 09:59:05 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 cpu_switch.S genassym.c machdep.c mp_machdep.c src/sys/amd64/include pcb.h pcpu.h src/sys/amd64/linux32 linux32_machdep.c
Message-ID:  <200809080959.m889x79G060810@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-09-08 09:59:05 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      cpu_switch.S genassym.c machdep.c 
                         mp_machdep.c 
    sys/amd64/include    pcb.h pcpu.h 
    sys/amd64/linux32    linux32_machdep.c 
  Log:
  SVN rev 182868 on 2008-09-08 09:59:05Z by kib
  
  The pcb_gs32p should be per-cpu, not per-thread pointer. This is
  location in GDT where the segment descriptor from pcb_gs32sd is
  copied, and the location is in GDT local to CPU.
  
  Noted and reviewed by:  peter
  MFC after:      1 week
  
  Revision  Changes    Path
  1.164     +2 -2      src/sys/amd64/amd64/cpu_switch.S
  1.170     +1 -1      src/sys/amd64/amd64/genassym.c
  1.690     +1 -0      src/sys/amd64/amd64/machdep.c
  1.293     +1 -0      src/sys/amd64/amd64/mp_machdep.c
  1.66      +0 -1      src/sys/amd64/include/pcb.h
  1.51      +2 -1      src/sys/amd64/include/pcpu.h
  1.49      +1 -3      src/sys/amd64/linux32/linux32_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809080959.m889x79G060810>