From owner-freebsd-questions@FreeBSD.ORG Mon Nov 12 08:04:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0EF116A417 for ; Mon, 12 Nov 2007 08:04:27 +0000 (UTC) (envelope-from andrades@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6DD13C4A3 for ; Mon, 12 Nov 2007 08:04:27 +0000 (UTC) (envelope-from andrades@cisco.com) X-IronPort-AV: E=Sophos;i="4.21,404,1188802800"; d="scan'208";a="250262737" Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-6.cisco.com with ESMTP; 12 Nov 2007 00:03:20 -0800 Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id lAC83KmC008859 for ; Mon, 12 Nov 2007 00:03:20 -0800 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id lAC83Kfb021551 for ; Mon, 12 Nov 2007 08:03:20 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 12 Nov 2007 00:03:20 -0800 Received: from [10.21.82.89] ([10.21.82.89]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 12 Nov 2007 00:03:19 -0800 Message-ID: <473808C7.4070502@cisco.com> Date: Mon, 12 Nov 2007 00:03:19 -0800 From: Richard Andrades Organization: GSBU sw User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Nov 2007 08:03:20.0006 (UTC) FILETIME=[7D28FE60:01C82502] DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=338; t=1194854600; x=1195718600; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=andrades@cisco.com; z=From:=20Richard=20Andrades=20 |Subject:=20Re=3A=20Using=202M/4M=20pages |Sender:=20; bh=JunfoL3Gevo1XvDNTYGp0m160Sa6x6G5hq07IrsPwYg=; b=WR0Dp0PLVB3c30IpF7KOgJw3yFcLIl6WljBZIWdu3ecDg1/sXAfSBScj5WfcjNMVpqJ00axa Sfc3fYh/hk1c05e6NlKsSI8tgK6yMDO3Zxws0F55mI3k1f3aUXEFqWj7; Authentication-Results: sj-dkim-4; header.From=andrades@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); Subject: Re: Using 2M/4M pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andrades@cisco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 08:04:27 -0000 Looking at the kernel sources, I see some definitions for large page sizes in the sun/sparc64 files, but not for any other architectures. Richard On Fri, 9 Nov 2007, Richard Andrades wrote: > Hello, > > Does anyone know if there is support for using the large page sizes with the > x86 CPUs? > > Thanks, > Richard