From owner-freebsd-amd64@FreeBSD.ORG Sat Sep 16 11:55:48 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E461816A412 for ; Sat, 16 Sep 2006 11:55:48 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C6B43D76 for ; Sat, 16 Sep 2006 11:55:47 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1GOYlt-0008hu-Bg; Sat, 16 Sep 2006 14:55:45 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: am-utils@fsl.cs.sunysb.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 16 Sep 2006 14:55:45 +0300 From: Danny Braniss Message-ID: Cc: freebsd-amd64@FreeBSD.org Subject: mlockall() failes on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2006 11:55:49 -0000 with am-utils 6.1.5, on a amd64 6.1-STABLE kernel i see: Couldn't lock process pages in memory using mlockall() while it's ok on a i386: Locked process pages in memory danny