From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by ozlabs.org (Postfix) with ESMTP id 4F274DDE10 for ; Thu, 27 Sep 2007 19:05:41 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 4/7] Celleb: New HTAB Guest OS Interface on Beat Date: Thu, 27 Sep 2007 10:51:58 +0200 References: <20070927.165326.-1300536104.kouish@swc.toshiba.co.jp> In-Reply-To: <20070927.165326.-1300536104.kouish@swc.toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200709271051.59180.arnd@arndb.de> Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 27 September 2007, Ishizaki Kou wrote: > This is a patch kit to work with new Guest OS Interface > to tweak HTAB on Beat. It detects old and new Guest OS Interfaces > automatically. > > Signed-off-by: Kou Ishizaki Acked-by: Arnd Bergmann The code looks good. One possible optimization I can imagine is to split the v3 functions and the older versions into separate source files, and then use configuration options to decide if you want to build a kernel just for one of the two, or for both variants. You could even have two separate machine descriptions, while still sharing most of the platform code in common files. Arnd <><