From owner-cvs-src@FreeBSD.ORG Sun May 16 15:11:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 552A816A4CE; Sun, 16 May 2004 15:11:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64843D39; Sun, 16 May 2004 15:11:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4GMBoGe030111; Sun, 16 May 2004 15:11:50 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4GMBo7a030107; Sun, 16 May 2004 15:11:50 -0700 (PDT) (envelope-from peter) Message-Id: <200405162211.i4GMBo7a030107@repoman.freebsd.org> From: Peter Wemm Date: Sun, 16 May 2004 15:11:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S cpu_switch.S mp_machdep.c pmap.c src/sys/amd64/include apicvar.h smp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 16 May 2004 22:11:51 -0000 peter 2004/05/16 15:11:50 PDT FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S cpu_switch.S mp_machdep.c pmap.c sys/amd64/include apicvar.h smp.h Log: Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything to help the AMD cpus (which have a hardware tlb flush filter). I held off to see what the 64 bit Intel cpus did, but it doesn't seem to help much there either. Oh well, store it in the Attic. Revision Changes Path 1.98 +0 -15 src/sys/amd64/amd64/apic_vector.S 1.149 +0 -4 src/sys/amd64/amd64/cpu_switch.S 1.237 +0 -5 src/sys/amd64/amd64/mp_machdep.c 1.459 +0 -100 src/sys/amd64/amd64/pmap.c 1.8 +0 -1 src/sys/amd64/include/apicvar.h 1.80 +1 -2 src/sys/amd64/include/smp.h