From owner-svn-src-user@FreeBSD.ORG Fri Dec 2 23:21:59 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 705C4106566B; Fri, 2 Dec 2011 23:21:59 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 60E928FC0A; Fri, 2 Dec 2011 23:21:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pB2NLxIm013402; Fri, 2 Dec 2011 23:21:59 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pB2NLxIe013400; Fri, 2 Dec 2011 23:21:59 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201112022321.pB2NLxIe013400@svn.freebsd.org> From: Attilio Rao Date: Fri, 2 Dec 2011 23:21:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228216 - user/attilio/vmcontention/sys/vm X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 23:21:59 -0000 Author: attilio Date: Fri Dec 2 23:21:59 2011 New Revision: 228216 URL: http://svn.freebsd.org/changeset/base/228216 Log: Revert a change that sneaked in during the last MFC. Modified: user/attilio/vmcontention/sys/vm/vm_radix.c Modified: user/attilio/vmcontention/sys/vm/vm_radix.c ============================================================================== --- user/attilio/vmcontention/sys/vm/vm_radix.c Fri Dec 2 22:48:15 2011 (r228215) +++ user/attilio/vmcontention/sys/vm/vm_radix.c Fri Dec 2 23:21:59 2011 (r228216) @@ -55,7 +55,6 @@ #include CTASSERT(sizeof(struct vm_radix_node) < PAGE_SIZE); -CTASSERT((sizeof(u_int) * NBBY) >= VM_RADIX_LIMIT); static uma_zone_t vm_radix_node_zone;