RFC: [PATCH] Fixup modpost warnings in head*.S for ppc32

Josh Boyer jwboyer at linux.vnet.ibm.com
Sat Aug 18 00:05:35 EST 2007


On Fri, 17 Aug 2007 08:48:40 -0500 (CDT)
Kumar Gala <galak at kernel.crashing.org> wrote:

> diff --git a/arch/powerpc/kernel/head_4xx.S b/arch/powerpc/kernel/head_4xx.S
> index adc7f80..a0c9151 100644
> --- a/arch/powerpc/kernel/head_4xx.S
> +++ b/arch/powerpc/kernel/head_4xx.S
> @@ -53,9 +53,9 @@
>   *
>   * This is all going to change RSN when we add bi_recs.......  -- Dan
>   */
> -	.text
> -_GLOBAL(_stext)
> -_GLOBAL(_start)
> +	.section	.text.head, "ax"
> +_ENTRY(_stext);
> +_ENTRY(_start);

FYI, I renamed this file to head_40x.S in my current for-2.6.24
series.  Hopefully Paul will pull that soon.

josh



More information about the Linuxppc-dev mailing list