From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1D2rY8-0000ET-SR for mharc-grub-devel@gnu.org; Sun, 20 Feb 2005 08:55:05 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D2rY1-0000AO-3p for grub-devel@gnu.org; Sun, 20 Feb 2005 08:54:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D2rXv-000065-85 for grub-devel@gnu.org; Sun, 20 Feb 2005 08:54:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2rXu-00004z-Gm for grub-devel@gnu.org; Sun, 20 Feb 2005 08:54:50 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D2rHg-0004LK-90 for grub-devel@gnu.org; Sun, 20 Feb 2005 08:38:04 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id BBB0EFEB1ABC for ; Sun, 20 Feb 2005 14:38:03 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 20 Feb 05 13:38:03 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 20 Feb 2005 14:39:20 +0100 User-Agent: KMail/1.7.1 References: <20050219233439.GA17519@miracle> In-Reply-To: <20050219233439.GA17519@miracle> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502201439.20815.okuji@enbug.org> Subject: Re: [patch] PPC build fixes 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: Sun, 20 Feb 2005 13:55:00 -0000 On Sunday 20 February 2005 00:34, Hollis Blanchard wrote: > - grub_reboot and grub_halt in util/i386/pc/misc.c are not > architecture-specific, so have been moved to util/grub-emu.c. grub_halt is clearly arch-specific. Look at the definition grub_halt in PC. It takes one argument, while the PPC version does not. I expect that the same thing might happen in grub_reboot as well. Okuji