From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 12:36:09 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24A0052A for ; Tue, 23 Oct 2012 12:36:09 +0000 (UTC) (envelope-from onwahe@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AE3488FC16 for ; Tue, 23 Oct 2012 12:36:08 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id 16so3084163wgi.31 for ; Tue, 23 Oct 2012 05:36:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=4fii7ifEg+Hm4qtFYhjQgdBWV1sHvV46Dy5yyDJNSiY=; b=N+OiaFGLXoLn7PGAvQFN/DeubLGxwpt3DlDzIHsVlbUqrQPOamBXCZ5JRyi1X1jyIY 8r3S75b+DBo+TFetLrCnp+fDJ42P7uIL5p4qSLsXYc9ijHOKmzMzb9OJFUjl8RhlrO42 3uEb9gz9KmnV8EMjjC1noptBx6hZjDFtfU2Uj7jFeIboUF4Svi8wgI0/Gft0UIRYttV3 z+4i4NnoXME8nJlHpXI3mWBZd+usy9De2YzRTFE6iFHfyEgqabVjCXyBD+hdDNkwnXTl nCGgsL1Aoo1IwY4Id1Pq27Cly8vzIKiokpumtvE31nHlyiUbxcH4MlxaSWDUgudcgGNx TaKg== MIME-Version: 1.0 Received: by 10.216.202.138 with SMTP id d10mr7926090weo.46.1350995767415; Tue, 23 Oct 2012 05:36:07 -0700 (PDT) Received: by 10.195.13.138 with HTTP; Tue, 23 Oct 2012 05:36:07 -0700 (PDT) Date: Tue, 23 Oct 2012 14:36:07 +0200 Message-ID: Subject: i386 pmap - missing sched_pin()? From: Svatopluk Kraus To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Alan Cox X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 12:36:09 -0000 Hi, I'm just syncing my ARM pmap code (base on i386 one) with current i386 pmap code. It looks that sched_pin() is missing after successful rw_try_wlock() in pmap_protect(). Svata