From owner-freebsd-stable@FreeBSD.ORG Sat Aug 28 00:19:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC2316A4CF for ; Sat, 28 Aug 2004 00:19:54 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B591F43D2F for ; Sat, 28 Aug 2004 00:19:51 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) i7S0JMAq096064 for ; Fri, 27 Aug 2004 20:19:22 -0400 (EDT) (envelope-from jkim@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-stable@freebsd.org Date: Fri, 27 Aug 2004 20:19:19 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408272019.19879.jkim@niksun.com> Subject: NO_PSE_HACK not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 00:19:54 -0000 'NO_PSE_HACK' is defined in 'opt_cpu.h': http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/options.i386.diff?r1=1.132.2.19&r2=1.132.2.20 but src/sys/i386/i386/pmap.c doesn't include it. You need to add 'opt_cpu.h' in the file to make this work. Just FYI... Jung-uk Kim