From owner-cvs-src-old@FreeBSD.ORG Wed Apr 1 12:53:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E660106576F for ; Wed, 1 Apr 2009 12:53:12 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 876358FC18 for ; Wed, 1 Apr 2009 12:53:10 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n31CrAk6035441 for ; Wed, 1 Apr 2009 12:53:10 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n31CrAMj035440 for cvs-src-old@freebsd.org; Wed, 1 Apr 2009 12:53:10 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200904011253.n31CrAMj035440@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 1 Apr 2009 12:53:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/include segments.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2009 12:53:13 -0000 kib 2009-04-01 12:53:01 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/amd64/include segments.h Log: SVN rev 190619 on 2009-04-01 12:53:01Z by kib Add separate gdt descriptors for %fs and %gs on amd64. Reorder amd64 gdt descriptors so that user-accessible selectors are the same as on i386. At least Wine hard-codes this into the binary. In collaboration with: pho Reviewed by: jhb Revision Changes Path 1.697 +56 -15 src/sys/amd64/amd64/machdep.c 1.42 +13 -9 src/sys/amd64/include/segments.h