From owner-svn-src-all@FreeBSD.ORG Tue Jul 13 23:10:55 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD11B106564A; Tue, 13 Jul 2010 23:10:55 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BC9848FC1A; Tue, 13 Jul 2010 23:10:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6DNAtMJ083579; Tue, 13 Jul 2010 23:10:55 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6DNAtQH083577; Tue, 13 Jul 2010 23:10:55 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201007132310.o6DNAtQH083577@svn.freebsd.org> From: Nathan Whitehorn Date: Tue, 13 Jul 2010 23:10:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210033 - head/sys/powerpc/include X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 23:10:55 -0000 Author: nwhitehorn Date: Tue Jul 13 23:10:55 2010 New Revision: 210033 URL: http://svn.freebsd.org/changeset/base/210033 Log: Remove obsolete code that sets SHMMAXPGS to a tiny value by default on PowerPC. Modified: head/sys/powerpc/include/vmparam.h Modified: head/sys/powerpc/include/vmparam.h ============================================================================== --- head/sys/powerpc/include/vmparam.h Tue Jul 13 23:07:32 2010 (r210032) +++ head/sys/powerpc/include/vmparam.h Tue Jul 13 23:10:55 2010 (r210033) @@ -58,13 +58,6 @@ #endif /* - * Size of shared memory map - */ -#ifndef SHMMAXPGS -#define SHMMAXPGS 1024 -#endif - -/* * The time for a process to be blocked before being very swappable. * This is a number of seconds which the system takes as being a non-trivial * amount of real time. You probably shouldn't change this;