From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1J0FGf-0002J3-MC for mharc-grub-devel@gnu.org; Thu, 06 Dec 2007 06:51:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0FGd-0002F0-Cd for grub-devel@gnu.org; Thu, 06 Dec 2007 06:51:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0FGc-0002Cf-SE for grub-devel@gnu.org; Thu, 06 Dec 2007 06:51:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0FGc-0002CM-2v for grub-devel@gnu.org; Thu, 06 Dec 2007 06:51:46 -0500 Received: from aybabtu.com ([69.60.117.155]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J0FGa-0003Cn-VB for grub-devel@gnu.org; Thu, 06 Dec 2007 06:51:45 -0500 Received: from [192.168.10.6] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1J0FGX-0007tO-CS for grub-devel@gnu.org; Thu, 06 Dec 2007 12:51:42 +0100 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1J0FFp-0003bj-La for grub-devel@gnu.org; Thu, 06 Dec 2007 12:50:57 +0100 Date: Thu, 6 Dec 2007 12:50:57 +0100 From: Robert Millan To: The development of GRUB 2 Message-ID: <20071206115057.GA13758@thorin> References: <1195872786.7449.2.camel@dv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1195872786.7449.2.camel@dv> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Fix grub_cpu_idle() declaration 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: Thu, 06 Dec 2007 11:51:47 -0000 My mistake. Please check that in.. On Fri, Nov 23, 2007 at 09:53:06PM -0500, Pavel Roskin wrote: > ChangeLog: > > * include/grub/i386/time.h: use "void" in the argument list > of grub_cpu_idle(). > * include/grub/powerpc/time.h: Likewise. > * include/grub/sparc64/time.h: Likewise. > > Index: include/grub/i386/time.h > =================================================================== > RCS file: /cvsroot/grub/grub2/include/grub/i386/time.h,v > retrieving revision 1.2 > diff -u -p -r1.2 time.h > --- include/grub/i386/time.h 5 Nov 2007 14:54:00 -0000 1.2 > +++ include/grub/i386/time.h 24 Nov 2007 02:34:37 -0000 > @@ -20,7 +20,7 @@ > #define KERNEL_CPU_TIME_HEADER 1 > > static __inline void > -grub_cpu_idle () > +grub_cpu_idle (void) > { > /* FIXME: this can't work untill we handle interrupts. */ > /* __asm__ __volatile__ ("hlt"); */ > Index: include/grub/powerpc/time.h > =================================================================== > RCS file: /cvsroot/grub/grub2/include/grub/powerpc/time.h,v > retrieving revision 1.1 > diff -u -p -r1.1 time.h > --- include/grub/powerpc/time.h 22 Oct 2007 20:02:16 -0000 1.1 > +++ include/grub/powerpc/time.h 24 Nov 2007 02:34:37 -0000 > @@ -20,7 +20,7 @@ > #define KERNEL_CPU_TIME_HEADER 1 > > static __inline void > -grub_cpu_idle () > +grub_cpu_idle (void) > { > /* FIXME: not implemented */ > } > Index: include/grub/sparc64/time.h > =================================================================== > RCS file: /cvsroot/grub/grub2/include/grub/sparc64/time.h,v > retrieving revision 1.1 > diff -u -p -r1.1 time.h > --- include/grub/sparc64/time.h 22 Oct 2007 20:02:16 -0000 1.1 > +++ include/grub/sparc64/time.h 24 Nov 2007 02:34:37 -0000 > @@ -20,7 +20,7 @@ > #define KERNEL_CPU_TIME_HEADER 1 > > static __inline void > -grub_cpu_idle () > +grub_cpu_idle (void) > { > /* FIXME: not implemented */ > } > > > -- > Regards, > Pavel Roskin > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Robert Millan I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.)