From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754017Ab1KFCOf (ORCPT ); Sat, 5 Nov 2011 22:14:35 -0400 Received: from mta31.charter.net ([216.33.127.82]:57776 "EHLO mta31.charter.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752693Ab1KFCOb (ORCPT ); Sat, 5 Nov 2011 22:14:31 -0400 X-Authority-Analysis: v=1.1 cv=3kn4snR/2TdwuYXvh+wm0CPnSGzQFWY7ukd303aPFv0= c=1 sm=1 a=qOodsoOPbvsA:10 a=lDGNyK2vIvEA:10 a=xzrYXqw+0zwiO4gHSXHcAg==:17 a=l2E7mNOSAAAA:8 a=gLV9QiDOUN7PfshxCEQA:9 a=iSZ4fNZP7I6xmkz8:21 a=IQ9tW-pgFuDNtK7P:21 a=xzrYXqw+0zwiO4gHSXHcAg==:117 From: Gregory.Dietsche@cuw.edu To: julia@diku.dk, Gilles.Muller@lip6.fr, npalix.work@gmail.com, mmarek@suse.cz Cc: rdunlap@xenotime.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, cocci@diku.dk, Greg Dietsche Subject: [RESEND 2/3] coccinelle.txt: add documentation of PARALLEL= flag Date: Sat, 5 Nov 2011 21:14:12 -0500 Message-Id: <1320545653-28249-3-git-send-email-Gregory.Dietsche@cuw.edu> X-Mailer: git-send-email 1.7.6.4 In-Reply-To: <1320545653-28249-1-git-send-email-Gregory.Dietsche@cuw.edu> References: <1320545653-28249-1-git-send-email-Gregory.Dietsche@cuw.edu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Greg Dietsche Document the new PARALLEL= option of Coccinelle which allows running SmPL scripts in parallel. Signed-off-by: Greg Dietsche --- Documentation/coccinelle.txt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt index 9495a4b..3bccb50 100644 --- a/Documentation/coccinelle.txt +++ b/Documentation/coccinelle.txt @@ -56,7 +56,7 @@ There are two ways to use Coccinelle with the Linux kernel. There are a number of optional parameters that can be used with the build target. - make coccicheck MODE={patch,report,context,org} COCCI=? M=? + make coccicheck MODE={patch,report,context,org} COCCI=? M=? PARALLEL=? MODE: Determines what mode cocci operates in. If no mode is specified @@ -71,6 +71,10 @@ M: Limit cocci to a subset of directories. This is very similar to the way the build system works when building modules. +PARALLEL: + Number of *.cocci SmPL scripts found under scripts/coccinelle/ to run + at the same time. + Using Coccinelle on the Linux kernel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 1.7.6.4