From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by ozlabs.org (Postfix) with ESMTP id BC820DDDF0 for ; Fri, 30 Nov 2007 06:43:48 +1100 (EST) Received: by ug-out-1314.google.com with SMTP id q7so2139706uge for ; Thu, 29 Nov 2007 11:43:46 -0800 (PST) Date: Thu, 29 Nov 2007 22:44:23 +0300 From: Cyrill Gorcunov To: PPCML Subject: [PATCH 0/5] PPC cleanup: do use for_each macro Message-ID: <20071129194423.GA12123@cvg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paul Mackerras , LKML List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a cleanup patch set. It does convert for(...)/while(...) cycles into appropriate for_each_...() macros calls. The patch set is splitted up in idea to hold changes localy to a specified platform. Any comments are welcome. Cyrill