From owner-cvs-src-old@FreeBSD.ORG Tue Jul 19 13:00:53 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8795410657C1 for ; Tue, 19 Jul 2011 13:00:53 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74CAF8FC0C for ; Tue, 19 Jul 2011 13:00:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6JD0rIv039710 for ; Tue, 19 Jul 2011 13:00:53 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6JD0r9W039709 for cvs-src-old@freebsd.org; Tue, 19 Jul 2011 13:00:53 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201107191300.p6JD0r9W039709@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 19 Jul 2011 13:00:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include param.h src/sys/ia64/include param.h src/sys/mips/conf XLP XLP64 XLPN32 src/sys/sys param.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 13:00:53 -0000 attilio 2011-07-19 13:00:30 UTC FreeBSD src repository Modified files: sys/amd64/include param.h sys/ia64/include param.h sys/mips/conf XLP XLP64 XLPN32 sys/sys param.h Log: SVN rev 224217 on 2011-07-19 13:00:30Z by attilio Bump MAXCPU for amd64, ia64 and XLP mips appropriately. From now on, default values for FreeBSD will be 64 maxiumum supported CPUs on amd64 and ia64 and 128 for XLP. All the other architectures seem already capped appropriately (with the exception of sparc64 which needs further support on jalapeno flavour). Bump __FreeBSD_version in order to reflect KBI/KPI brekage introduced during the infrastructure cleanup for supporting MAXCPU > 32. This covers cpumask_t retiral too. The switch is considered completed at the present time, so for whatever bug you may experience that is reconducible to that area, please report immediately. Requested by: marcel, jchandra Tested by: pluknet, sbruno Approved by: re (kib) Revision Changes Path 1.37 +1 -1 src/sys/amd64/include/param.h 1.37 +1 -1 src/sys/ia64/include/param.h 1.2 +1 -0 src/sys/mips/conf/XLP 1.2 +1 -0 src/sys/mips/conf/XLP64 1.3 +1 -0 src/sys/mips/conf/XLPN32 1.483 +1 -1 src/sys/sys/param.h