From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-677626-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E16E1391DB for <garchives@archives.gentoo.org>; Sun, 16 Mar 2014 00:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B642BE0ADE; Sun, 16 Mar 2014 00:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C3B9E0ADD for <gentoo-commits@lists.gentoo.org>; Sun, 16 Mar 2014 00:26:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72D9233F7CB for <gentoo-commits@lists.gentoo.org>; Sun, 16 Mar 2014 00:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ADC59188F0 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Mar 2014 00:26:22 +0000 (UTC) From: "Richard Yao" <ryao@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" <ryao@gentoo.org> Message-ID: <1394929527.7f50c100956ae6d61fd1c1f41cffe0f26dfb9013.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 7f50c100956ae6d61fd1c1f41cffe0f26dfb9013 X-VCS-Branch: master Date: Sun, 16 Mar 2014 00:26:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4b40bb1-7710-4cab-8fa6-2e87d9146ddc X-Archives-Hash: 558427264fd798e39feb2832384ee515 commit: 7f50c100956ae6d61fd1c1f41cffe0f26dfb9013 Author: Richard Yao <ryao <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 22:02:46 2014 +0000 Commit: Richard Yao <ryao <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 00:25:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=7f50c100 Try mmap() when loading modules Signed-off-by: Richard Yao <ryao <AT> gentoo.org> --- defaults/busy-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/busy-config b/defaults/busy-config index da260a8..b1188e9 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -502,7 +502,7 @@ CONFIG_DEPMOD=y # Options common to multiple modutils # # CONFIG_FEATURE_2_4_MODULES is not set -# CONFIG_FEATURE_INSMOD_TRY_MMAP is not set +CONFIG_FEATURE_INSMOD_TRY_MMAP=y # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set