From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Ld95o-0004AZ-5m for mharc-grub-devel@gnu.org; Fri, 27 Feb 2009 15:13:56 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ld95k-00046C-SU for grub-devel@gnu.org; Fri, 27 Feb 2009 15:13:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ld95i-00042Y-CO for grub-devel@gnu.org; Fri, 27 Feb 2009 15:13:51 -0500 Received: from [199.232.76.173] (port=53929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld95h-00042L-Sw for grub-devel@gnu.org; Fri, 27 Feb 2009 15:13:49 -0500 Received: from aybabtu.com ([69.60.117.155]:35046) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ld95h-0001Db-70 for grub-devel@gnu.org; Fri, 27 Feb 2009 15:13:49 -0500 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtp (Exim 4.69) (envelope-from ) id 1Ld8yZ-0006Wu-JC for grub-devel@gnu.org; Fri, 27 Feb 2009 21:06:28 +0100 Received: from rmh by thorin with local (Exim 4.69) (envelope-from ) id 1Ld8ms-0008Fr-Pi for grub-devel@gnu.org; Fri, 27 Feb 2009 20:54:22 +0100 Date: Fri, 27 Feb 2009 20:54:22 +0100 From: Robert Millan To: The development of GRUB 2 Message-ID: <20090227195422.GB31629@thorin> References: <1234624271.3443.2.camel@fz.local> <4997C512.8040808@nic.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.18 (2008-05-17) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Handler support 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: Fri, 27 Feb 2009 20:13:53 -0000 On Sun, Feb 15, 2009 at 11:14:18PM +0800, Bean wrote: > diff --git a/conf/sparc64-ieee1275.rmk b/conf/sparc64-ieee1275.rmk > index 640ceda..18c108e 100644 > --- a/conf/sparc64-ieee1275.rmk > +++ b/conf/sparc64-ieee1275.rmk Don't bother updating sparc64-ieee1275.rmk, it's completely broken by now. > void > grub_term_register_input (grub_term_input_t term) > { > - term->next = grub_term_list_input; > - grub_term_list_input = term; > - if (! grub_cur_term_input) > - grub_term_set_current_input (term); > + grub_handler_register (&grub_term_input_class, GRUB_AS_HANDLER (term)); > } Is grub_handler_register() always used this way? Perhaps it should be inline. -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all."