From owner-cvs-src@FreeBSD.ORG Fri Aug 1 20:17:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEEF31065676; Fri, 1 Aug 2008 20:17:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3498FC14; Fri, 1 Aug 2008 20:17:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m71KHbv8065733; Fri, 1 Aug 2008 20:17:37 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m71KHb9g065732; Fri, 1 Aug 2008 20:17:37 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200808012017.m71KHb9g065732@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 1 Aug 2008 20:17:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c src/sys/i386/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 20:17:37 -0000 jhb 2008-08-01 20:17:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 locore.s machdep.c mp_machdep.c pmap.c sys/i386/include pmap.h Log: SVN rev 181130 on 2008-08-01 20:17:21Z by jhb MFC: Drastically simplify the i386 pcpu backend by merging parts of the amd64 mechanism over. Revision Changes Path 1.188.2.1 +0 -65 src/sys/i386/i386/locore.s 1.658.2.9 +2 -9 src/sys/i386/i386/machdep.c 1.281.2.4 +23 -46 src/sys/i386/i386/mp_machdep.c 1.594.2.7 +0 -10 src/sys/i386/i386/pmap.c 1.128.2.1 +1 -12 src/sys/i386/include/pmap.h