From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E1QmJ-0001IQ-AN for mharc-grub-devel@gnu.org; Sat, 06 Aug 2005 11:40:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1QmH-0001I2-GX for grub-devel@gnu.org; Sat, 06 Aug 2005 11:40:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1QmF-0001HP-LG for grub-devel@gnu.org; Sat, 06 Aug 2005 11:40:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1QkM-00009x-Qt for grub-devel@gnu.org; Sat, 06 Aug 2005 11:38:02 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E1QSK-00035c-Py for grub-devel@gnu.org; Sat, 06 Aug 2005 11:19:24 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 7F656FF96FCB for ; Sat, 6 Aug 2005 17:05:40 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 6 Aug 05 15:05:40 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 6 Aug 2005 17:04:47 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508061704.47518.okuji@enbug.org> Subject: arch-specific files X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 15:40:01 -0000 Hollis put ieee1275.c under the directory kern directly, and I don't feel comfortable with this. Even if that file is shared by multiple cpu types, it is still arch-dependent. I'm thinking what directory should be used for this. Usually, we use CPU/PLATFORM, so these are possible: generic/ieee1275 common/ieee1275 any/ieee1275 I don't know which is good. What is your opinion? Okuji