Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759474AbZD0Sle (ORCPT ); Mon, 27 Apr 2009 14:41:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757354AbZD0SlF (ORCPT ); Mon, 27 Apr 2009 14:41:05 -0400 Received: from pfepb.post.tele.dk ([195.41.46.236]:53865 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559AbZD0SlE (ORCPT ); Mon, 27 Apr 2009 14:41:04 -0400 Date: Mon, 27 Apr 2009 20:43:13 +0200 From: Sam Ravnborg To: Tim Abbott Cc: Linus Torvalds , Linux kernel mailing list , Anders Kaseorg , Waseem Daher , Denys Vlasenko , Jeff Arnold , Paul Mundt , Russell King Subject: Re: [PATCH 3/8] arm: Use __INIT macro instead of .text.init. Message-ID: <20090427184313.GC12056@uranus.ravnborg.org> References: <1240855347-19316-1-git-send-email-tabbott@mit.edu> <1240855347-19316-2-git-send-email-tabbott@mit.edu> <1240855347-19316-3-git-send-email-tabbott@mit.edu> <1240855347-19316-4-git-send-email-tabbott@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1240855347-19316-4-git-send-email-tabbott@mit.edu> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 18 On Mon, Apr 27, 2009 at 02:02:22PM -0400, Tim Abbott wrote: > arm is placing some code in the .text.init section, but it does not > reference that section in its linker scripts. > > This change moves this code from the .text.init section to the > .init.text section, which is presumably where it belongs. It looks obviously correct. But I tried and failed to follow the chain of usage. So we need an ack from Russell on this one. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/