From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756680AbYLEMCd (ORCPT ); Fri, 5 Dec 2008 07:02:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751283AbYLEMCZ (ORCPT ); Fri, 5 Dec 2008 07:02:25 -0500 Received: from mx2.redhat.com ([66.187.237.31]:49164 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbYLEMCY (ORCPT ); Fri, 5 Dec 2008 07:02:24 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <200812051858.00246.rusty@rustcorp.com.au> References: <200812051858.00246.rusty@rustcorp.com.au> <20081203163207.13965.56517.stgit@warthog.procyon.org.uk> <20081203163212.13965.80352.stgit@warthog.procyon.org.uk> To: Rusty Russell Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] [PATCH] param: Stop gcc from inlining empty weak functions Date: Fri, 05 Dec 2008 12:02:20 +0000 Message-ID: <8631.1228478540@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rusty Russell wrote: > commit 4858874241391aa62b5818781f702883e4ddf4ed > Author: Rusty Russell > Date: Fri Dec 5 18:56:34 2008 +1030 > > Move arch_get_boot_command_line out of init/main.c for broken gccs. Acked-by: David Howells